maechler / kurve

Achtung, die Kurve goes HTML5
https://achtungkurve.com
GNU General Public License v3.0
53 stars 16 forks source link

JS building #1

Closed ALRO closed 9 years ago

ALRO commented 9 years ago

Is there any automation to merging/minifying the JavaScript yet?

maechler commented 9 years ago

I am using the node.js module uglifyjs (https://github.com/mishoo/UglifyJS2). Together with a PhpStorm file watch you find here: http://markusmaechler.ch/filewatch/watchers.xml You can easily import and modify this watch to match your bin folder. I guess this process could be improved for easier collaboration across any IDE.

Any suggestions for improvements are welcome!

maechler commented 9 years ago

I merged your implementation and added your description. Thank you very much for that feature!