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
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
You can follow a suggestion by @aaronzdavis for #2 (comment) if you do not want to precompile locally every time when deploying to Heroku:
gem 'spree_fancy', :github => 'spree/spree_fancy', :branch => '1-3-stable'
I had to add this precompile line to the production.rb, works without having to precompile locally. config.assets.precompile += %w( store/shared/_print.css )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I installed a basic spree with sample data and fancy_spree & rails.3.2.13.
Precompiled assets without errors, but when i try to access i get:
ActionView::Template::Error (store/shared/_print.css isn't precompiled):
2: <%= favicon_link_tag image_path('favicon.ico') %>
3: <%= stylesheet_link_tag 'store/all', :media => 'screen' %>
4:
5: <%= stylesheet_link_tag 'store/shared/_print', :media => 'print' %><%= csrf_meta_tags %>
6: <%= javascript_include_tag 'store/all' %>
7: <!--[if lt IE 9]>
I tryed to copy _print.scss to app/assets/stylesheet/store/shared and changed:
spree_fancy/engine.rb: app.config.assets.precompile << "store/shared/_print.scss"
bur doesn't works
The text was updated successfully, but these errors were encountered: