# Creates a bundle.js file from node project, so that you can run tests
# in the browser using mocha.runner.html

node_modules/.bin/browserify --extension .coffee -t coffeeify browsertest/mocha-harness.coffee > browsertest/bundle.js
