javascript - Grunt recompile since last run -


i have grunt watch setup when i`m developing files automatically compiled, after pull need "touch" files in order trigger recompile new files in case watch not running while pulled, there generic way make grunt track last edit files without having "touch" new files or should have grunt watch running before pull (which while writing seems adequate solution)?

just have watch run while make pull, or run tasks manually--the kind of detailed tracking you're suggesting seems overkill me. keep simple!


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -