jspak
jspak copied to clipboard
grunt + bower + buster + requirejs
jspak
A sample project where we hook up Bower to RequireJS and Bower to Buster.JS, using Grunt.
You need to have nodejs, npm, bower, grunt, buster and PhantomJS installed.
Installation:
$ npm install
Install client-side dependencies:
$ bower install
Run the tests with buster (and PhantomJS):
$ grunt test
For more about the background, see this blog post:
http://blog.startifact.com/posts/overwhelmed-by-javascript-dependencies.html