Add cachebusting fingerprints to asset files.
This is using http://avdgaag.github.io/nanoc-cachebuster/. docs.css had to be moved out of /static because the static datasource treats all files as binary, and thus no textual filters can be applied (necessary for rewriting the jumbotron background image URL). Fixes https://github.com/prometheus/docs/issues/369
Showing
... | ... | @@ -12,3 +12,4 @@ gem 'builder' |
gem 'rb-inotify', :require => false | ||
gem 'rb-fsevent', :require => false | ||
gem 'rb-fchange', :require => false | ||
gem 'nanoc-cachebuster' |
Please register or sign in to comment