Skip to content

Instantly share code, notes, and snippets.

@vike27
Created July 4, 2014 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vike27/a66e16fc76956d100e67 to your computer and use it in GitHub Desktop.
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
$ 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