I'm using AngularWorkbook (github.com/umbraco/AngularWorkbook) tutorial to develop a plugin, but my editions in the views does not appear in the browser.
Tutorial's author wrote:
"Now, lets restart the application, by opening the web.config and make an edit like a linebreak or space to “touch it”. Every time we change the manifest, we must make the application restart to pickup the changes."
It does get cached, but not necessarily by AngularJS. To be sure your cache is refreshed, delete the PluginCache and ClientDependency folders in your App_Data/TEMP folder (you can delete the entire contents of the TEMP folder to be sure, but that may cause the Examine indexes to rebuild, which can take a few minutes). Then, clear your browser cache and restart the application pool (like you mentioned, changing the web.config should cause it to restart).
Plugin Development - View doesn't update
Hi,
I'm using AngularWorkbook (github.com/umbraco/AngularWorkbook) tutorial to develop a plugin, but my editions in the views does not appear in the browser.
Tutorial's author wrote:
"Now, lets restart the application, by opening the web.config and make an edit like a linebreak or space to “touch it”. Every time we change the manifest, we must make the application restart to pickup the changes."
Does AngularJS cache de view?? What's happening?
Thanks!
It does get cached, but not necessarily by AngularJS. To be sure your cache is refreshed, delete the PluginCache and ClientDependency folders in your App_Data/TEMP folder (you can delete the entire contents of the TEMP folder to be sure, but that may cause the Examine indexes to rebuild, which can take a few minutes). Then, clear your browser cache and restart the application pool (like you mentioned, changing the web.config should cause it to restart).
Perfect!
Thank you!
is working on a reply...