WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

Make WebOptimizerCache dir path customizable

Open dandros opened this issue 6 years ago • 3 comments

I would prefer instead of /obj/WebOptimizerCache to have just /cache folder. or /cache/weboptimizer

What's the purpose of build LigerShark.WebOptimizer.Core.targets ? I understand that cache is generated on runtime anyway.

dandros avatar Jan 28 '18 19:01 dandros

Having a memory cache option would also be good, as there are no file permissions to deal with. When deploying I need to make sure to obj/WebOptimizerCache folder and set write permissions

cramhead avatar Mar 18 '18 18:03 cramhead

@cramhead, there is a memory cache, but it's not an option (yet). See here.

hellfirehd avatar Mar 21 '18 01:03 hellfirehd

@madskristensen PR #80 closes this.

@cramhead Memory caching and Disk caching can now be enabled/disabled separately.

hellfirehd avatar Apr 09 '18 19:04 hellfirehd