Closed thedumbtechguy closed 3 months ago
SKIP_DEV_CACHE defaults to false, which means it is enabled. This goes against both the rails defaults and the comment in the code https://github.com/fractaledmind/enlitenment/blob/main/template.rb#L323
SKIP_DEV_CACHE
false
It feels like this should default to true
true
Yeah, the comment is out of date. I think dev and prod should be as close as possible, so I want to enable caching in dev (thus the default is "don't skip")
SKIP_DEV_CACHE
defaults tofalse
, which means it is enabled. This goes against both the rails defaults and the comment in the code https://github.com/fractaledmind/enlitenment/blob/main/template.rb#L323It feels like this should default to
true