- Compass
- Saas
- RequireJS
- Marionette
- Backbone
- Handlebars
- Underscore
- Jasmine
- Jasmine jQuery
- Karma
- Node.js
- RequireJS
- Compass
Download and install Node.js then run the following.
gem install compass sass
sudo npm install -g requirejs
- Karma
- Jasmine
- RequireJS
- Jasmine-jQuery
You must have installed node.js and npm for this to work, see above. Run this from your shell:
make install-test-reqs
To continuously run your tests:
./node_modules/karma/bin/karma start
That's horrible, so lets simplify that:
make install-test-cli
Now to run your tests, from the root of your project run:
karma start
NOTE you will only need to make install-test-cli
once, no matter the
project. It will install the karma shortcut globally on your system.
If you already have the karam cli tool installed, running this command
may simply generate an error. Nothing will break.
This will not install the testing requirements.
make all