brianwyka / brackets-clientlibs-combine

Brackets plugin which combines clientlib files
https://registry.brackets.io/
MIT License
3 stars 1 forks source link

[name].min.[extension] #2

Closed alessandrotraversi closed 8 years ago

alessandrotraversi commented 8 years ago

Hi, thanks for your project! I think that brackets-clientlibs-combine is a simple and great plugin.

I try to write this (like brackets concat plugin) in my clientlibs.combine, but obviusly doesn't works:

{ "combineOnSave": true, "minify":true, "combine": [ { "output": "public/js/home.min.js", "files": [ "resources/assets/script/component/layout.js", "resources/assets/script/page/contact.js" ] } }

Is there some way to minify automatically the output?

wykapedia commented 8 years ago

Currently there is no support for minification of output files. Please feel free to extend this plugin and create the feature yourself.

Daminoweb commented 8 years ago

Would be great to add this feature : minify and combine in one operation.

Thanks.