Move to app/assets in anticipation of image support being added as well. Also...

Move to app/assets in anticipation of image support being added as well. Also add vendor/assets to default load path
上级 ab1f9139
......@@ -153,8 +153,10 @@ def build_asset_environment
initializer :add_sprockets_paths do |app|
if config.assets.enabled
paths = [
"app/javascripts",
"app/stylesheets",
"app/assets/javascripts",
"app/assets/stylesheets",
"vendor/assets/javascripts",
"vendor/assets/stylesheets",
"vendor/plugins/*/app/javascripts",
"vendor/plugins/*/app/stylesheets",
"vendor/plugins/*/javascripts",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册