1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-04 10:34:51 +02:00

Fixed loading grunt tasks that don't start with 'grunt-'

This commit is contained in:
heff 2015-04-30 14:47:20 -07:00
parent cba2c54fb6
commit cc6c3daaed

View File

@ -362,6 +362,8 @@ module.exports = function(grunt) {
// load all the npm grunt tasks
require('load-grunt-tasks')(grunt);
grunt.loadNpmTasks('videojs-doc-generator');
grunt.loadNpmTasks('chg');
grunt.registerTask('build', [
'clean:build',