Skip to content

Commit

Permalink
chore: css is not built initially on grunt dev (#4778)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and gkatsev committed Dec 4, 2017
1 parent 904989d commit c5ae98b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ae98b

Please sign in to comment.