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:
parent
38e19282fd
commit
b208d63367
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user