Grunt学习--watch(包含完整的代码)
如果觉得时间过长,可以改变watch任务中的debounceDelay参数来更改相邻两次执行任务时间的时间间隔module.exports = function(grunt) { grunt.initConfig({ //css文件压缩 cssmin: { foo:{ options: { report:'gzip', sourceMap:true, mergeIntoShorthands: f