Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:nragaz/tipsy-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
nragaz committed Mar 18, 2014
2 parents 93c0583 + 99daeda commit de4da32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information about Tipsy, visit http://onehackoranother.com/projects/jqu

1. Add the gem to your `Gemfile`:

gem 'tipsy-rails', git: 'git://github.com/thinkswan/tipsy-rails.git', branch: 'rails4'
gem 'tipsy-rails'

2. Require the CSS in your `application.css` manifest:

Expand Down
3 changes: 3 additions & 0 deletions lib/tipsy/rails/engine.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module Tipsy
module Rails
class Engine < ::Rails::Engine
initializer "tipsy-rails.assets.precompile" do |app|
app.config.assets.precompile += %w(tipsy.gif)
end
end
end
end

0 comments on commit de4da32

Please sign in to comment.