Training Raccoons... Quietly
- JavaScript 98.5%
- HTML 1.5%
| gulp_tasks | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| bower.json | ||
| gulpfile.js | ||
| node_modules.zip | ||
| package.json | ||
| README.md | ||
#Quiet Racoon Training
During the late night hours, training excercises commense to catch up on the latest techniques, or try out new projects. This is a template for setting up a new bare-bones JavaScript project with some meaty tasks already setup.
- Minification task
- Host as a web server
- Run JS Lint
- Increment package/bower release numbers along with commit & tagging
- zip node modules (no need to commit a giant directory when you can stick to one large file)
Misc
- Package and Bower files are setup with a lot of common information
- File is setup for Travis configuration
- Setup js hint file