Skip to content

Commit

Permalink
run copy task during watch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored and XhmikosR committed Apr 7, 2018
1 parent 746d434 commit 1fd8271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,11 @@ module.exports = function (grunt) {
},
less: {
files: 'less/**/*.less',
tasks: 'less'
tasks: ['less', 'copy']
},
docs: {
files: 'docs/assets/less/**/*.less',
tasks: 'less'
tasks: ['less']
}
},

Expand Down

0 comments on commit 1fd8271

Please sign in to comment.