Sha256: afac27fcda95c62fb9f7b2055f8e2d19bc2c306bb01503630d2f53f563b81b7d

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

# lodash-rails

[lodash](http://lodash.com/) for the Rails asset pipeline.

## Installation

Add this line to the assets group in your Gemfile:

```ruby
gem 'lodash-rails'
```

Add the necessary library to `app/assets/javascripts/application.js`:

```js
//= require lodash
```

## What's included?

lodash 4.14.1:

* lodash.core.js
* lodash.core.min.js
* lodash.js
* lodash.min.js

Copyright Richard Hubers, released under the MIT License.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lodash-rails-4.14.1 README.md