We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e003cfd + 70f8fb4 commit 77098c5Copy full SHA for 77098c5
lib/sprockets/rails/version.rb
@@ -1,5 +1,5 @@
1
module Sprockets
2
module Rails
3
- VERSION = "3.0.0.beta2"
+ VERSION = "3.0.0.beta3"
4
end
5
lib/sprockets/railtie.rb
@@ -47,7 +47,6 @@ class Engine < Railtie
47
initializer :append_assets_path, :group => :all do |app|
48
app.config.assets.paths.unshift(*paths["vendor/assets"].existent_directories)
49
app.config.assets.paths.unshift(*paths["lib/assets"].existent_directories)
50
- app.config.assets.paths.unshift(*paths["app"].existent_directories.grep(/\/assets\z/))
51
app.config.assets.paths.unshift(*paths["app/assets"].existent_directories)
52
53
0 commit comments