Open jbarroso opened 11 years ago
Build tool: it would be useful to have tasks like: minify, concat, jshint, run tests... I've used http://gruntjs.com/ in other projects.
Tests: In the javascript crash course the code is tested with jasmine (http://pivotal.github.com/jasmine/) and in Canvas/Atlas with Mocha (http://visionmedia.github.com/mocha/).
What do you think?
At least for the start, let's keep it as simple as possible, please. Let's not minify until we have something clunky.
I'm all for testing, but I'd rather concentrate on making a game right now.
bbye,
Mike
Build tool: it would be useful to have tasks like: minify, concat, jshint, run tests... I've used http://gruntjs.com/ in other projects.
Tests: In the javascript crash course the code is tested with jasmine (http://pivotal.github.com/jasmine/) and in Canvas/Atlas with Mocha (http://visionmedia.github.com/mocha/).
What do you think?