I have some issues with Smidge on my Umbraco 9 solution. When i'm working on it locally and make some changes in the css/js files. I need to rebuild it before it's visible in the browser (normally a refresh is working). I can't find a lot of info about smidge with umb 9. So i hope someone can help me out.
appsettings.json
"RuntimeMinification": {
"UseInMemoryCache": false,
"CacheBuster": "Timestamp" //I have tried all the three values here (Version, AppDomain and Timestamp)
},
Smidge cache issue
Hey all,
I have some issues with Smidge on my Umbraco 9 solution. When i'm working on it locally and make some changes in the css/js files. I need to rebuild it before it's visible in the browser (normally a refresh is working). I can't find a lot of info about smidge with umb 9. So i hope someone can help me out.
appsettings.json
My .cshtml file
Any suggestions here?
Hi, did you find a solution for this? I'm facing exactly the same situation here...
Hi AvihayBit
I got it working doing the following.
Setting the debug parameter = true:
The following packages installed: Smidge & Smidge.Core
appsettings.json:
I hope this will help you.
Sorry, I don't see how it solves the problem you described.
When I use it like you did - the files are combined and minified even when debug parameter = true...
is working on a reply...