Hi,
This may have already been answered.
I want to minify all files in a folder and its subfolders to files with the same name in a new folder and its subfolders. So essentially, just create a copy of a folder where all the files have, where possible, been minified.
For example, minifying
original/file1.js
original/file2.html
original/cssfolder/file3.css
I can't see a way to do this by editing the settings. But I expect that this would be a common request, i.e. to deliver a large project where all code has been minified.
Thanks!
Hi, This may have already been answered. I want to minify all files in a folder and its subfolders to files with the same name in a new folder and its subfolders. So essentially, just create a copy of a folder where all the files have, where possible, been minified. For example, minifying original/file1.js original/file2.html original/cssfolder/file3.css
creates minified files minified/file1.js minified/file2.html minified/cssfolder/file3.css
I can't see a way to do this by editing the settings. But I expect that this would be a common request, i.e. to deliver a large project where all code has been minified. Thanks!