1
0
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:
Brandon Casey 2017-12-04 17:42:51 -05:00 committed by Gary Katsevman
parent 904989de62
commit c5ae98b5de

View File

@ -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