oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 523 forks source link

How to combine and minify all files in a folder #724

Open drnkwati opened 6 years ago

drnkwati commented 6 years ago

Hi guys Is there a way to combine and minify files by specifying a folder path? That is, I want to minify all files in a directory but don't wish to include them one at a time since they are too many. If it's not currently possible, can we have this feature in later version. I think it will be soo cool. Maybe something like this: // @koala-prepend "./path/to/components" // @koala-prepend "./path/to/components/{js|ts}" The {js|ts} in the second path is some flag to spercify type of files to compile, like Javascript, Typescript etc.

thanks

zaygraveyard commented 6 years ago

This is not currently supported But it's good idea