jhardy / Sassy-Buttons

MIT License
287 stars 59 forks source link

Syntax error: File to import not found or unreadable: sassy-buttons. #14

Closed onearmfrog closed 12 years ago

onearmfrog commented 12 years ago

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".

onearmfrog commented 12 years ago

Also, adding an error I have when using require ‘sassy-buttons’ in the config.rb: NoMethodError on line ["264"] if C: ...

jhardy commented 12 years ago

Can you let me know what version of compass and sassy-buttons you are using so I can help debug.

onearmfrog commented 12 years ago

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.

jhardy commented 12 years ago

Crap, I must have some documentation errors, I wil fix it ASAP, thanks for the heads up.

finteractive commented 12 years ago

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"

jhardy commented 12 years ago

This has been updated on the site, thanks @fosterinteractive for the detailed error report and sorry for the confusion.