1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

Adding compiling back with calcdeps. Testing travis CI.

This commit is contained in:
Steve Heffernan 2013-01-16 21:01:10 -05:00
parent 38e19282fd
commit b208d63367

View File

@ -50,7 +50,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['build', 'jshint', 'compile', 'dist']);
// Development watch task
grunt.registerTask('dev', ['jshint','build']);
grunt.registerTask('test', ['jshint','qunit']);
grunt.registerTask('test', ['jshint', 'build', 'compile','qunit']);
var fs = require('fs'),