0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

run copy task during watch

This commit is contained in:
Mark Otto 2017-07-03 08:58:01 -07:00
parent 1802075458
commit 2fb0cd598d

View File

@ -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']
}
},