-
Overview
To instantiate the development environment run
npm install
-
Linting
If you want to use Eslint and run it the first time use
npm run eslint:init
to setup the environment.To start the Eslint server run
npm run eslint:run
-
Testing
All tests were written using the mocha framework. To run all tests in the test folder use
npm run tests
-
Merge JS files into one
To merge all JavaScript files into one run
.\mergeFiles.sh
-
Minimize JS
To minimize the JavaScript code inside the main.js file and create a source map for debugging run
npm run compile
-
Dev Dependencies
- eslint
- mocha
- request
- terser