aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-22 19:06:41 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-22 19:06:41 -0400
commita7b348e83b62fdfdf2a5d14ae98d84d46130dc04 (patch)
tree50f6e4d17407072d0455b19b3dd61ed3307d9d97 /Gruntfile.js
parentc7728ba659e11bdbea3105298a1c8f81668627e5 (diff)
downloadfreenode-live-2017-presentation-a7b348e83b62fdfdf2a5d14ae98d84d46130dc04.tar
freenode-live-2017-presentation-a7b348e83b62fdfdf2a5d14ae98d84d46130dc04.tar.gz
add qunit grunt dependency
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 892469a..79e87b3 100644
--- a/Gruntfile.js
+++ b/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' );