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
Gem works great on my dev site, but when I push to production I get:
Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: Sass::SyntaxError: File to import not found or unreadable: ionicons.
remote: (sass):5145
Do I need to add a pre-compile statement to my application.rb?
The text was updated successfully, but these errors were encountered:
Gem works great on my dev site, but when I push to production I get:
Preparing app for Rails asset pipeline
remote: Running: rake assets:precompile
remote: rake aborted!
remote: Sass::SyntaxError: File to import not found or unreadable: ionicons.
remote: (sass):5145
Do I need to add a pre-compile statement to my application.rb?
The text was updated successfully, but these errors were encountered: