You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: