add qunit grunt dependency
This commit is contained in:
		| @@ -109,6 +109,7 @@ module.exports = function(grunt) { | |||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
| 	// Dependencies | 	// Dependencies | ||||||
|  | 	grunt.loadNpmTasks( 'grunt-contrib-qunit' ); | ||||||
| 	grunt.loadNpmTasks( 'grunt-contrib-jshint' ); | 	grunt.loadNpmTasks( 'grunt-contrib-jshint' ); | ||||||
| 	grunt.loadNpmTasks( 'grunt-contrib-cssmin' ); | 	grunt.loadNpmTasks( 'grunt-contrib-cssmin' ); | ||||||
| 	grunt.loadNpmTasks( 'grunt-contrib-uglify' ); | 	grunt.loadNpmTasks( 'grunt-contrib-uglify' ); | ||||||
|   | |||||||
| @@ -27,6 +27,7 @@ | |||||||
|     "socket.io": "~0.9.13" |     "socket.io": "~0.9.13" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|  |     "grunt-contrib-qunit": "~0.2.2", | ||||||
|     "grunt-contrib-jshint": "~0.2.0", |     "grunt-contrib-jshint": "~0.2.0", | ||||||
|     "grunt-contrib-cssmin": "~0.4.1", |     "grunt-contrib-cssmin": "~0.4.1", | ||||||
|     "grunt-contrib-uglify": "~0.1.1", |     "grunt-contrib-uglify": "~0.1.1", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user