2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+2 -2
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']
}
},