0

I have grunt watch setup so when i`m developing my files are automatically compiled, but after I pull i need to "touch" the files in order to trigger recompile the new files in case watch was not running while I pulled, is there a generic way to make grunt track last edit for files without having to "touch" the new files or should i just have grunt watch running before I pull (which while writing this seems like an adequate solution)?

4

1 回答 1

1

只需在拉动时让手表运行,或者只是手动运行任务——你建议的那种详细跟踪对我来说似乎有点矫枉过正。把事情简单化!

于 2014-04-06T15:07:15.607 回答