You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to watch changes on additional symlinked directories since the Gaze watcher lib used in the autoreload middleware does not detect these symlinked changes. I've considered many possible solutions for this and would really like to chat about them with you sometime to arrive at one that works best for the PG team.
My current solution is that I cook up my own version of 'phonegap serve' and watch my own files/folders but this is really just a hack for my specific project & framework (I'm coding Sencha Touch). So I figured that perhaps a quick and simple approach might be to extend the connect-phonegap API to allow triggering reloads.
The text was updated successfully, but these errors were encountered:
tohagan
changed the title
Please upgrade the version of gaze to 0.6.0 or later to support symlinks.
Extent API to support triggering reloads.
Jun 30, 2014
tohagan
changed the title
Extent API to support triggering reloads.
Extend API to support triggering reloads.
Jun 30, 2014
I'm trying to get this issue working using symlinks that avoid the need to perform PG rebuilds when only HTML/JS/CCS files change.
I'd like to be able to watch changes on additional symlinked directories since the Gaze watcher lib used in the autoreload middleware does not detect these symlinked changes. I've considered many possible solutions for this and would really like to chat about them with you sometime to arrive at one that works best for the PG team.
My current solution is that I cook up my own version of 'phonegap serve' and watch my own files/folders but this is really just a hack for my specific project & framework (I'm coding Sencha Touch). So I figured that perhaps a quick and simple approach might be to extend the connect-phonegap API to allow triggering reloads.
The text was updated successfully, but these errors were encountered: