Your package manifest looks fine so the js files should be loaded.
First of try to recycle the app pool and with developer tools open (in chrome) Empty Cache and Hard Reload by right clicking the browser refresh button.
If you make changes to the package manifest you need to restart the application, otherwise the changes will not get picked up.
If you are making changes to CSS, js and views simply disabling caching and running with dev tools (chrome) usually does the trick but sometimes the Empty Cache & Hard Reload seems to be needed. All this is with debug set to true in web.config.
Is there any way of loading all my files after CMS js files.
because sometimes i get this issue of tinymce undefined.
May be the reason of my js files loading first.
Package.manifest is not injecting JS files
I am trying to add some js and css files in default.cshtml of Umbraco to load my plugin html. But it is somehow not working
my package.manifest looks like this:
Hi Amna
Your package manifest looks fine so the js files should be loaded.
First of try to recycle the app pool and with developer tools open (in chrome) Empty Cache and Hard Reload by right clicking the browser refresh button.
If that doesn't work...
All the best
Rune
Dear Rune Hem Strand
Thank you so much for your quick response. You saved my day.
I have recycled the pool and run site in incognito mode.
It start working.
Woohoo!! That's great to hear :)
If you make changes to the package manifest you need to restart the application, otherwise the changes will not get picked up.
If you are making changes to CSS, js and views simply disabling caching and running with dev tools (chrome) usually does the trick but sometimes the Empty Cache & Hard Reload seems to be needed. All this is with debug set to true in web.config.
Happy coding #h5yr
Is there any way of loading all my files after CMS js files. because sometimes i get this issue of tinymce undefined. May be the reason of my js files loading first.
is working on a reply...