rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

Get rid of uglify dependency #88

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago

It would be cleaner not to have any dependencies. I've also seen warnings when doing npm update due to CoffeeScript version mismatches.

I don't think Kal needs the option to minify output. Users can do this themselves if they really want to. Options are:

Option 1

Option 2