mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Move app/javascripts and app/stylesheets under app/assets
This commit is contained in:
@@ -140,14 +140,14 @@ module Rails
|
||||
def self.default_sprockets_paths
|
||||
[
|
||||
"app/assets",
|
||||
"app/javascripts",
|
||||
"app/stylesheets",
|
||||
"app/assets/javascripts",
|
||||
"app/assets/stylesheets",
|
||||
"vendor/plugins/*/app/assets",
|
||||
"vendor/plugins/*/app/javascripts",
|
||||
"vendor/plugins/*/app/stylesheets",
|
||||
"vendor/plugins/*/app/assets/javascripts",
|
||||
"vendor/plugins/*/app/assets/stylesheets",
|
||||
"vendor/plugins/*/assets",
|
||||
"vendor/plugins/*/javascripts",
|
||||
"vendor/plugins/*/stylesheets"
|
||||
"vendor/plugins/*/assets/javascripts",
|
||||
"vendor/plugins/*/assets/stylesheets"
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user