Parcourir la source

add qunit grunt dependency

Hakim El Hattab il y a 10 ans
Parent
commit
a7b348e83b
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      Gruntfile.js
  2. 1 0
      package.json

+ 1 - 0
Gruntfile.js

@@ -109,6 +109,7 @@ module.exports = function(grunt) {
 	});
 
 	// Dependencies
+	grunt.loadNpmTasks( 'grunt-contrib-qunit' );
 	grunt.loadNpmTasks( 'grunt-contrib-jshint' );
 	grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
 	grunt.loadNpmTasks( 'grunt-contrib-uglify' );

+ 1 - 0
package.json

@@ -27,6 +27,7 @@
     "socket.io": "~0.9.13"
   },
   "devDependencies": {
+    "grunt-contrib-qunit": "~0.2.2",
     "grunt-contrib-jshint": "~0.2.0",
     "grunt-contrib-cssmin": "~0.4.1",
     "grunt-contrib-uglify": "~0.1.1",