mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-28 16:59:58 +02:00
run unit tests as part of grunt build and ci
This commit is contained in:
@@ -119,7 +119,7 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks( 'grunt-zip' );
|
||||
|
||||
// Default task
|
||||
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify' ] );
|
||||
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify', 'qunit' ] );
|
||||
|
||||
// Theme task
|
||||
grunt.registerTask( 'themes', [ 'sass' ] );
|
||||
|
Reference in New Issue
Block a user