Serve a static file without fingerprinting.
Add it to your Gemfile:
gem 'virgin'
After installation you need to run the generator:
$ rails generate virgin:install
If you already have virgins.txt, it will be kept for your production environment in config/virgins/production.txt
You can now list environment-specific assets in config/virgins/. By default crawlers are disallow from accessing your site has been made for all your environments.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request