Legrandk / Colt45-2d

Udacity HTML5 Game Development SDK
Other
0 stars 0 forks source link

build tool? tests? #4

Open jbarroso opened 11 years ago

jbarroso commented 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?

chikoon commented 11 years ago

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