es6-css-minify icon indicating copy to clipboard operation
es6-css-minify copied to clipboard

Multiple css file and js into one minfied file

Open hofa77 opened this issue 7 years ago • 3 comments

Hi

Could you please give me an example of minifying multiple css and js into one css and js file I need the setting that is needed

thank you so much

hofa77 avatar Sep 25 '18 11:09 hofa77

There is no such feature at the moment. Is the same thing as in #25? Since I've gotten this request twice now so I should probably look into this.

olback avatar Sep 25 '18 20:09 olback

With the latest update you can use @import in css to combine files. Nothing yet for JavaScript.

olback avatar Sep 10 '19 11:09 olback

Please add concat like feature for JS. Coming from Grunt, we do a 'concat' on files before running 'uglify'. This would make it even more awesome.

Smashr avatar Mar 08 '23 04:03 Smashr