Overview
Editing the source and building
- Install NodeJS and NPM
- Run:
npm install - Start Gulp Task Runner:
./node_modules/gulp/bin/gulp.js - Start Karma for Unit Tests:
./node_modules/karma/bin/karma start
This will now watch for changes and build the final mod-utils.js and mod-utils.min.js.