Skip to content
Snippets Groups Projects
Commit a7b348e8 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

add qunit grunt dependency

parent c7728ba6
No related branches found
No related tags found
No related merge requests found
......@@ -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' );
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment