Skip to content

Commit c5ae98b

Browse files
brandonocaseygkatsev
authored andcommitted
chore: css is not built initially on grunt dev (#4778)
1 parent 904989d commit c5ae98b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/grunt.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,14 @@ module.exports = function(grunt) {
407407
'browserify:tests'
408408
],
409409
dev: [
410+
'skin',
410411
'shell:babel',
411412
'shell:rollupwatch',
412413
'browserify:tests',
413414
'watch:skin',
414415
'watch:lang',
415-
'watch:dist'
416+
'watch:dist',
417+
'copy:dist'
416418
],
417419
// Run multiple watch tasks in parallel
418420
// Needed so watchify can cache intelligently

0 commit comments

Comments
 (0)