Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

This is a parody, you should probably just set `config.static_cache_control` if your using Rails.

License

Notifications You must be signed in to change notification settings

clowder/dont-mess-with-my-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DontMessWithMyJs

Adds Cache-Control: no-transform to your responses (via rack middleware) so that bytemobile's bmi.js doen't bugger your page's assets.

Installation

Add this line to your application's Gemfile:

gem 'dont-mess-with-my-js'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dont-mess-with-my-js

Usage

Rails

app/config/application.rb

config.middleware.insert_before ActionDispatch::Static, Rack::DontMessWithMyJs

app/config/production.rb

config.serve_static_assets = true

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Addendum

This is a parody, you should probably just set config.static_cache_control if your using Rails.

About

This is a parody, you should probably just set `config.static_cache_control` if your using Rails.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages