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 have a fairly standard web application (coffeescript, angular templates, a number of js libs) and when I run it in debug and make an edit to one of my files, coffeescript or angular template, it takes on the order of a minute for my page to reload. I turned on tracing, and it looks like every time any file changes, cassette rebuilds all of its bundles.
Is this intended/is there a way to limit the rebuild to the file in question?
The text was updated successfully, but these errors were encountered:
I have a fairly standard web application (coffeescript, angular templates, a number of js libs) and when I run it in debug and make an edit to one of my files, coffeescript or angular template, it takes on the order of a minute for my page to reload. I turned on tracing, and it looks like every time any file changes, cassette rebuilds all of its bundles.
Is this intended/is there a way to limit the rebuild to the file in question?
The text was updated successfully, but these errors were encountered: