Training Raccoons... Quietly
  • JavaScript 98.5%
  • HTML 1.5%
Find a file
2015-10-30 02:01:17 -04:00
gulp_tasks separate gulp tasks into individual files 2015-10-30 00:53:21 -04:00
src Setup test framework 2015-10-29 00:28:57 -04:00
.gitattributes ascii art 2015-10-28 21:50:05 -04:00
.gitignore ascii art 2015-10-28 21:50:05 -04:00
.jshintrc move jshint options to file 2015-10-28 21:58:07 -04:00
.travis.yml jshint itself? 2015-10-30 02:01:17 -04:00
bower.json reset version 2015-10-28 23:16:23 -04:00
gulpfile.js separate gulp tasks into individual files 2015-10-30 00:53:21 -04:00
node_modules.zip jshint itself? 2015-10-30 02:01:17 -04:00
package.json still working out gulp/jshint packages and global warnings via npm and travis 2015-10-30 01:51:07 -04:00
README.md add build status tag 2015-10-30 01:04:55 -04:00

#Quiet Racoon Training

Build Status

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.

  1. Minification task
  2. Host as a web server
  3. Run JS Lint
  4. Increment package/bower release numbers along with commit & tagging
  5. zip node modules (no need to commit a giant directory when you can stick to one large file)

Misc

  1. Package and Bower files are setup with a lot of common information
  2. File is setup for Travis configuration
  3. Setup js hint file