bergie / VIE

Semantic Interaction Framework for JavaScript
http://viejs.org/
MIT License
303 stars 56 forks source link

Switch build environment to Grunt #158

Closed bergie closed 11 years ago

bergie commented 11 years ago

At the moment, VIE is using the Java-based Ant task runner tool for its build automation.

Switching to Grunt would enable us to provide more sophisticated build setups, and to leverage the existing work done in the Grunt plugin ecosystem.

For an example of the possibilities, see the Create.js Grunt build config: https://github.com/bergie/create/blob/master/Gruntfile.coffee