es6-css-minify
es6-css-minify copied to clipboard
Multiple css file and js into one minfied file
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
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.
With the latest update you can use @import in css to combine files. Nothing yet for JavaScript.
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.