1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 01:11:21 +02:00

add qunit grunt dependency

This commit is contained in:
Hakim El Hattab
2013-08-22 19:06:41 -04:00
parent c7728ba659
commit a7b348e83b
2 changed files with 2 additions and 0 deletions

View File

@@ -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' );