Added jshint file for unit tests, and grunt task to verify test syntax.

This commit is contained in:
Torkel Ödegaard
2014-04-06 10:47:14 +02:00
parent 6795383461
commit 4029dc3165
14 changed files with 71 additions and 25 deletions
+3 -3
View File
@@ -13,13 +13,12 @@
"rjs-build-analysis": "0.0.3",
"grunt": "~0.4.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib": "~0.8.0",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-git-describe": "~2.3.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-string-replace": "~0.2.4",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-requirejs": "~0.4.1",
@@ -44,7 +43,8 @@
"grunt-karma": "~0.6.2",
"karma-mocha": "~0.1.1",
"karma-expect": "~1.0.0",
"grunt-cli": "~0.1.13"
"grunt-cli": "~0.1.13",
"jshint-stylish": "~0.1.5"
},
"engines": {
"node": "0.10.x",