Hello,
Is there a common/easy practice, after development using one of the templates is finished, to remove all the unnecessary CSS and JS files which are still in the respective folders? I'm particularly interested in the ones in css/components, css/imports, js, js/components and js/particles. The goal is to have the leannest possible website.
What I'm also asking is - if I remove all js files which are not explicitly included in the html pages, will the site still work or are there dependencies which may be called upon the some of the js plugins, for instance?
Thank you!
