I create my first package based on these instructions and it worked for me in Umbraco 7.5.11
But where I'm stuck is if I want to go back into Visual Studio 2015 and make modifications to my javascript file that is within my package...
markdowneditor.controller.js
When I updated it and click save, the changes do not show up in Umbraco. I tried clearing my cache in chrome. I tried recycling the app pool in IIS, and I tried re-saving my data-type that is already associated to this package. The newer .js edits do not reflect in Umbraco.
Check please, is Debug mode enabled in your application?
Umbraco backend uses ClientDependency for bundling js and css files, ClientDependency uses files on the disk for cache, so recycling the app pool will not help.
Try to enable Debug mode or remove /App_Data/TEMP folder.
my first Umbraco 7 package
I create my first package based on these instructions and it worked for me in Umbraco 7.5.11
But where I'm stuck is if I want to go back into Visual Studio 2015 and make modifications to my javascript file that is within my package...
When I updated it and click save, the changes do not show up in Umbraco. I tried clearing my cache in chrome. I tried recycling the app pool in IIS, and I tried re-saving my data-type that is already associated to this package. The newer .js edits do not reflect in Umbraco.
What should I do to help solve this mystery?
Thanks
Hi Kensley
Check please, is Debug mode enabled in your application?
Umbraco backend uses ClientDependency for bundling js and css files, ClientDependency uses files on the disk for cache, so recycling the app pool will not help.
Try to enable Debug mode or remove /App_Data/TEMP folder.
Thanks,
Alex
Alex I owe you gravy and biscuits man! removing my TEMP files from /App_Data/ saved the day.
Thanks!
I'm glad to help!!! You are welcome.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion