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.
In branch 2-2-stable, I am unable to deploy my spree app after adding spree_fancy to it. Everything works fine on the local development server. An Undefined variable: "$c_green" error occurs in cap deploy ; specifically while running RAILS_GROUPS=assets bundle exec rake assets:precompile Trace: http://pastie.org/9161717 . (similar error when running this command locally).
In branch 2-2-stable, I am unable to deploy my spree app after adding spree_fancy to it. Everything works fine on the local development server. An
Undefined variable: "$c_green"
error occurs incap deploy
; specifically while runningRAILS_GROUPS=assets bundle exec rake assets:precompile
Trace: http://pastie.org/9161717 . (similar error when running this command locally).This error is probably the same as #41. I tried the fixes mentioned in the issue page comments: 1) adding the gems suggested by ryan 2) manually applying hexcodejosh's patch (https://github.com/hexcodejosh/spree_fancy/releases/tag/better_fix_for_missing_assets) . But neither of them made any difference.
The text was updated successfully, but these errors were encountered: