- place tests in the _tests_/ folder
- runs mocha tests through karma via chrome
- place tests in the test/ folder
- produces coverage report
- runs webpack
- transpiles via babel
- instruments coverage
- compiles sass
- produces minified bundle and sourcemap
- build does es6/es2015
- buildreact does react
- runs jsdoc, partially implemented
- unit test html report - test/results/report.html
- code coverage report - test/coverage/{browser name}/index.html
- jsdoc report - docs/index.html
- add gulp watches to rebundle/retest
- delete unneeded entries from package.json
- add enzyme test setup for react
- fix jest code coverage - webpack-contrib/istanbul-instrumenter-loader#3
- rework gulp so it doesnt sync until task finishes/content is ready
- image optimization