file structure:
- dist
- built.js
- built.min.js
- temp
- example.js
- example2.js
- src
- example.js
- example2.js
To install this, place the included files in your project and run the following command:
npm install
The following command compiles javascript files from ES6 to ES5, concats the files defined in Gruntfile.js and minifies the final file.
Run npm run build