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?
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?