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'm running 'grunt watch' using mingw on Windows. The page stops reloading (via LiveReload) after the script reaches:
'Running "uglify:dist" (uglify task)
File " dist/assets/app-name.min.js" created
Done, without errors.'
This has happened multiple times while trying to add a new module to ng-boilerplate.
The text was updated successfully, but these errors were encountered:
Say when I'm working on adding a 'watch' module with its own controller, templates, and assets. It would handle displaying a video from YouTube or Vimeo.
While developing, the LiveReload only works until the above messages.
Since it's basically running on a emulated unix command line, I doubt the OS is the problem.
There hasn't been any activity on this issue for a few months, so I'll go ahead and close it. If anyone is still having this problem, I'm happy to reopen it.
I'm running 'grunt watch' using mingw on Windows. The page stops reloading (via LiveReload) after the script reaches:
'Running "uglify:dist" (uglify task)
File " dist/assets/app-name.min.js" created
Done, without errors.'
This has happened multiple times while trying to add a new module to ng-boilerplate.
The text was updated successfully, but these errors were encountered: