Rails 4 asset pipeline losing vendor assets
问题 I can't seem to figure out how to make sprockets find assets in vendor/assets . I've ben been pushing off the problem by adding all of my assets to app/assets , but it's becoming way too cluttered. I have read the documentation, and tried adding all of the following lines to my application.rb file. config.assets.paths << "#{Rails.root}/vendor/assets/*" config.assets.paths << "#{Rails.root}/vendor/assets/fonts" config.assets.paths << "#{Rails.root}/vendor/assets/stylesheets" config.assets