Skip to content

Instantly share code, notes, and snippets.

@benr75
Created August 11, 2011 23:51
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 benr75/1141103 to your computer and use it in GitHub Desktop.
Save benr75/1141103 to your computer and use it in GitHub Desktop.
Error with Sprockets Fix
Seeing errors like this?
" NoMethodError: undefined method `process_Reset_directive' for #<Sprockets::DirectiveProcessor:0x007fc96d8de918> (in ../app/assets/stylesheets/style.css.scss:1)02f assets\002f stylesheets\002f style.css.scss:1)"
"/gems/sprockets-2.0.0.beta.13/lib/sprockets/directive_processor.rb:191:in `block in process_directives'ctive_processor.rb:191:in `block in process_directives'"
Don't make comments like this:
/* =Something ----*/
REMOVE the =
/* Something ----*/
@vcastellm
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment