Merge branch '8.0.0' of github.com:roots/roots into fix-gulp-rev

Conflicts:
	gulpfile.js
	package.json
This commit is contained in:
Austin Pray
2015-01-24 11:41:59 -06:00
28 changed files with 328 additions and 839 deletions

View File

@@ -19,7 +19,8 @@
"scripts": {
"build": "bower install && gulp",
"docs": "docco -o docco gulpfile.js",
"jshint": "gulp jshint"
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">= 0.10.0"