Commit 12296b2a authored by techird's avatar techird

添加 watch 任务

parent e3e9396f
......@@ -74,7 +74,14 @@ module.exports = function(grunt) {
'release/kityminder.core.min.js': 'release/kityminder.core.js'
}
}
}
},
watch: {
less: {
files: ['ui/theme/**/*.less'],
tasks: ['less:compile', 'autoprefixer']
}
},
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment