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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -