Skip to content

Commit 77098c5

Browse files
committed
Merge pull request #277 from jeremy/drop-toplevel-assets-path
Drop toplevel `app/assets` load path
2 parents e003cfd + 70f8fb4 commit 77098c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/sprockets/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Sprockets
22
module Rails
3-
VERSION = "3.0.0.beta2"
3+
VERSION = "3.0.0.beta3"
44
end
55
end

lib/sprockets/railtie.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class Engine < Railtie
4747
initializer :append_assets_path, :group => :all do |app|
4848
app.config.assets.paths.unshift(*paths["vendor/assets"].existent_directories)
4949
app.config.assets.paths.unshift(*paths["lib/assets"].existent_directories)
50-
app.config.assets.paths.unshift(*paths["app"].existent_directories.grep(/\/assets\z/))
5150
app.config.assets.paths.unshift(*paths["app/assets"].existent_directories)
5251
end
5352
end

0 commit comments

Comments
 (0)