0

Possible Duplicate:
How do you watch multiple files, but only run task on changed file, in Grunt.js?

Inside a task, say a coffeescript compiler, how do I retrieve the exact files which got changed so that I can only selectively compile only those files rather than having to compile my entire code-base.

Community
  • 1
  • 1
lorefnon
  • 12,875
  • 6
  • 61
  • 93
  • I guess you refer to `watch` task of Grunt, then [this question](http://stackoverflow.com/questions/12063266/how-do-you-watch-multiple-files-but-only-run-task-on-changed-file-in-grunt-js) might be what you look for. – jakub.g Dec 02 '12 at 22:54
  • Thank you. I hadn't seen that question before. That was exactly what I was looking for. – lorefnon Dec 03 '12 at 06:02
  • I will close the question as a duplicate. – lorefnon Dec 03 '12 at 06:02

0 Answers0