Sha256: 699ee4eca98976e9cbd17a9d77fcdc2700c30bbddaaab58ea991ab2c13aed931

Contents?: true

Size: 765 Bytes

Versions: 2

Compression:

Stored size: 765 Bytes

Contents

# DontMessWithMyJs

Adds `Cache-Control: no-transform;` to your responsed (via rack middleware) so that
[bytemobile's](http://www.bytemobile.com/) [bmi.js](https://google.com/search?q=bmi.js)
doen't bugger your pages 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.use(Rack::DontMessWithMyJs)

## 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dont-mess-with-my-js-0.0.2 README.md
dont-mess-with-my-js-0.0.1 README.md