rosa-build/vendor/gems/rails-assets-notifyjs-0.4.2/README.md

23 lines
421 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rails-assets-notifyjs
> 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-notifyjs"
end
```
Then, import the asset using Sprockets `require` directive:
```js
//= require "notifyjs"
```