armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

batch #62

Open justjosh71 opened 5 years ago

justjosh71 commented 5 years ago

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!