Created
July 4, 2014 23:43
-
-
Save vike27/a66e16fc76956d100e67 to your computer and use it in GitHub Desktop.
bundle exec rake assets:precompile RAILS_ENV=production for issue submitted: rake aborted! Sass::SyntaxError: Undefined variable: "$c_blue". (Only in production) - Issue in Spree implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec rake assets:precompile RAILS_ENV=production | |
DL is deprecated, please use Fiddle | |
DL is deprecated, please use Fiddle | |
[WARNING] You are not setting Devise.secret_key within your application! | |
You must set this in config/initializers/devise.rb. Here's an example: | |
Devise.secret_key = "c8e81db7d9ea4e19d185a54a8ade57f38ff00208e174e1c33c5ef6a3d11db0997e499969d5e497f | |
be30ebdc6828677831272" | |
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want t | |
o skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this me | |
ssage. | |
rake aborted! | |
Sass::SyntaxError: Undefined variable: "$c_blue". | |
(in c:/Users/Javi/Desktop/rails_projects/surplusmerchant2/app/assets/stylesheets/spree/fancy/share | |
d/_layout.scss:2) | |
c:/Users/Javi/Desktop/rails_projects/surplusmerchant2/app/assets/stylesheets/spree/fancy/shared/_lay | |
out.scss:2 | |
Tasks: TOP => assets:precompile | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment