Hi, I'm trying to precompile assets with map box I get this error for every icon:
Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( icons-ffffff.png )`
to `config/initializers/assets.rb` and restart your server
(in /Users/Me/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/mapbox-rails- 1.6.1.1/vendor/assets/stylesheets/mapbox.css.scss)
On this line of my main application template (haml):
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
http://stackoverflow.com/a/8100508/260963 solved if for me, but it would be nice to have that work right off the bat by adding only the map box gem icons to the precompile list.
Hi, I'm trying to precompile assets with map box I get this error for every icon:
On this line of my main application template (haml):
http://stackoverflow.com/a/8100508/260963 solved if for me, but it would be nice to have that work right off the bat by adding only the map box gem icons to the precompile list.