Runtime minification settings
Information on the runtime minification settings section
Last updated
Information on the runtime minification settings section
Last updated
This section allows you to configure the runtime minifications (defaults shown), used by
This setting determines whether Smidge should save it's cached output in memory, or in a file on disk. If set to false, then the folder will be created at the wwwroot of your Umbraco site in a folder called 'Smidge'/
Specifies mechanism for cache invalidation.
The options are:
Version - Caches will be busted when your assembly version changes, when the upstream Umbraco version changes and when the version string specified in Configuration changes.
AppDomain - Caches will be busted when the app restarts.
Timestamp - Caches will be busted based on a timestamp of the bundled files.
If you use a CacheBuster setting of "Version" you can add an additional configuration option, also called 'Version' , which allows you to set a value that you can incremement manually, or via a build server to make sure the version number changes for Smidge and busts the cache.
The actual 'Version' number will not be visible in the url of the assets, this is because it is combined, along with the Umbraco Version from configuration and the your project assembly dll, and then once combined a 'hash' is generated to obscure these details.
So if you increased the Version in the configuration by 1 to 1235, all you would see is a different hash!
Another configuration option (of Smidge) is the "dataFolder
" setting, this setting specifies what folder Smidge will use for its temporary data, it should not be necessary to change this either, it will only be used if UseInMemoryCache is set to false.
in the HTML link thus: <link href='/sb/umbraco-backoffice-init-css.css.v7a71f91360259c5f7c3337f152b0df01eeee36f0' rel='stylesheet' type='text/css'/>
(when )