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 3a44d47 + 21c9c38 commit 39ecb27Copy full SHA for 39ecb27
lib/sprockets/railtie.rb
@@ -33,6 +33,7 @@ class Engine < Railtie
33
initializer :append_assets_path, :group => :all do |app|
34
app.config.assets.paths.unshift(*paths["vendor/assets"].existent_directories)
35
app.config.assets.paths.unshift(*paths["lib/assets"].existent_directories)
36
+ app.config.assets.paths.unshift(*paths["app"].existent_directories.grep(/\/assets\z/))
37
app.config.assets.paths.unshift(*paths["app/assets"].existent_directories)
38
end
39
0 commit comments