mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
chore: css is not built initially on grunt dev (#4778)
This commit is contained in:
parent
904989de62
commit
c5ae98b5de
@ -407,12 +407,14 @@ module.exports = function(grunt) {
|
||||
'browserify:tests'
|
||||
],
|
||||
dev: [
|
||||
'skin',
|
||||
'shell:babel',
|
||||
'shell:rollupwatch',
|
||||
'browserify:tests',
|
||||
'watch:skin',
|
||||
'watch:lang',
|
||||
'watch:dist'
|
||||
'watch:dist',
|
||||
'copy:dist'
|
||||
],
|
||||
// Run multiple watch tasks in parallel
|
||||
// Needed so watchify can cache intelligently
|
||||
|
Loading…
Reference in New Issue
Block a user