-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace ant with Grunt #8
Comments
I see no reason to use something fancier for concatenating files together. The (large) advantage of using ant is the fact that it comes ready-to-roll on any Ubuntu system. Grunt, from what I can tell, is early so I went with something more stable for such a simple task. |
If it was just concatenating files, maybe. But we can do a lot more, like doc generation, linting, running tests, and minification with grunt.js. |
It does that too: minification:
JS Doc (btw, I added JS doc to everything and it gets generated in the doc folder) |
Addressed in #29 |
Just because JavaScript has Java in it, doesn't mean we need to use an antiquated build environment. I'll assign this to me unless someone else wants to look at it first.
The text was updated successfully, but these errors were encountered: