This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
entwine:watching_files_for_changes [2016/05/18 21:44] klembot |
entwine:watching_files_for_changes [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 52: | Line 52: | ||
</code> | </code> | ||
- | As Twine saves changes to your story, the version in your **src** will always stay in sync with it so long as you keep Grunt running in the background. To stop Grunt, press Control-C in your terminal window. | + | As Twine saves changes to your story, the version in your **src** will always stay in sync with it so long as you keep Grunt running in the background. To stop Grunt, press Control-C in your terminal window. Windows will ask if you're sure you want to end the job -- you can say yes. On OS X and Linux, Grunt will immediately stop. To restart the process, just type ''grunt watch'' and press Enter again. (You can also press the up arrow key to go back to your most recent command.) |