lib/jekyll/assets/hooks/cache.rb in jekyll-assets-2.2.8 vs lib/jekyll/assets/hooks/cache.rb in jekyll-assets-2.3.0
- old
+ new
@@ -21,9 +21,9 @@
self.cache = begin
Sprockets::Cache::MemoryStore.new
end
else
- Jekyll.logger.info "", "Caching is disabled by configuration. " \
+ Jekyll.logger.info "", "Asset caching is disabled by configuration. " \
"However, if you're using proxies, a cache might still be created."
end
end