hawx / guard-sass

Guard::Sass automatically rebuilds sass files when modified (like sass --watch)
MIT License
88 stars 35 forks source link

Including Bourbon in a project with guard-sass causes an exception #37

Closed kapowaz closed 11 years ago

kapowaz commented 11 years ago

The exception is: Sass::SyntaxError: File to import not found or unreadable: bourbon.

Comments elsewhere suggest this is because guard-sass is expecting to find a local file called _bourbon.scss in the assets directory, but as bourbon is included by a gem there is no physical file within the project itself.

Full stack trace here

kapowaz commented 11 years ago

Apologies; this issue actually appears to relate to guard-sprockets, not guard-sass.