Closed onearmfrog closed 12 years ago
Also, adding an error I have when using require ‘sassy-buttons’ in the config.rb: NoMethodError on line ["264"] if C: ...
Can you let me know what version of compass and sassy-buttons you are using so I can help debug.
Hi, sorry for the late response! It seems that using the installation instructions on github instead of the sassy-buttons site solved it. Not really sure what fixed it.
Crap, I must have some documentation errors, I wil fix it ASAP, thanks for the heads up.
I ran into this one too. The error is still on the sassy buttons site.:
Error #1: in "Installing into your compass project" section
require ‘sassy-buttons’ << Those are round brackets. If you copy and paste you get the NoMethodError on line ["264"] error.
Error #2: "Import Sassy Buttons partial into your scss/sass file" section
@import "sassybuttons" << (should be) @import "sassy-buttons"
This has been updated on the site, thanks @fosterinteractive for the detailed error report and sorry for the confusion.
Every time I activate compass watch I get this error, even if I re-install sassy-buttons using the "compass install -r sassy-buttons -f sassy-buttons".