mirror of
https://github.com/iv-org/videojs-quality-selector.git
synced 2025-05-02 14:36:13 -04:00
Add 'grunt develop'
This commit is contained in:
parent
449a0a54d7
commit
cc937f4f49
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('build-js', [ 'browserify', 'uglify' ]);
|
||||
grunt.registerTask('build-css', [ 'sass', 'postcss' ]);
|
||||
grunt.registerTask('build', [ 'build-js', 'build-css' ]);
|
||||
grunt.registerTask('develop', [ 'build', 'watch' ]);
|
||||
grunt.registerTask('default', [ 'standards' ]);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue