Skip to content

Commit

Permalink
asset pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Mar 15, 2012
1 parent 1496b4b commit 0895660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions admin_data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency("will_paginate", ">= 3.0.0")
s.add_dependency("rails", "~> 3.1")
end
4 changes: 2 additions & 2 deletions lib/admin_data/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module AdminData
class Engine < Rails::Engine

initializer "admin_data.setup" do
#
initializer "admin_data precompile hook" do |app|
app.config.assets.precompile += ['admin_data.js', 'admin_data.css']
end

rake_tasks do
Expand Down
2 changes: 1 addition & 1 deletion lib/admin_data/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdminData
VERSION = '1.1.16'
VERSION = '1.2.0'
end

0 comments on commit 0895660

Please sign in to comment.