Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试这样做(伪代码):
watch files: fileset1 (for example: *.less), fileset2 (for example: *.mustache) tasks: 'less','rake'
可能吗?如果是这样,怎么做?
取自Grunt jQuery 示例:
watch: { files: ['*.less', '*.mustache'], tasks: 'less rake' }