File: README.md

package info (click to toggle)
ruby-rails-assets-jakobmattsson-jquery-elastic 1.6.11~dfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 340 kB
  • sloc: javascript: 5,651; ruby: 38; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# rails-assets-jakobmattsson--jquery-elastic

> The Bower package inside a gem

This gem was automatically generated. You can visit [rails-assets.org](https://rails-assets.org) for more information.

## Usage

Add rails-assets source block to your `Gemfile`:

```ruby
source "https://rails-assets.org" do
  gem "rails-assets-jakobmattsson--jquery-elastic"
end

```

Then, import the asset using Sprockets’ `require` directive:

```js
//= require "jakobmattsson-jquery-elastic"
```