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:
parent
cba2c54fb6
commit
cc6c3daaed
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user