Adds JSCS for gulpfile and scripts

install JSCS globally npm install jscs -g
use `npm run jscs`
This commit is contained in:
Austin Pray
2015-01-23 11:56:39 -06:00
parent 2b39b64909
commit ae62873779
5 changed files with 164 additions and 61 deletions

View File

@@ -6,8 +6,9 @@ php:
- 5.5
- 5.4
before_install:
- npm install -g bower
- npm install -g bower gulp jscs
- npm install
script:
- npm run build
- npm run jshint
- npm run jscs