#56 js, css lint 추가.

This commit is contained in:
bnu 2013-11-16 14:06:56 +09:00
parent 3e43ac505f
commit 03377fa954
2 changed files with 45 additions and 3 deletions

View file

@ -3,7 +3,9 @@
"devDependencies": {
"grunt": ">0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1"
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-csslint": "*",
"grunt-contrib-cssmin": "~0.7.0"
},
"main": "Gruntfile.js",
"scripts": {