guard / guard-compass

Guard::Compass automatically rebuilds scss|sass files when a modification occurs taking in account your compass configuration.
https://rubygems.org/gems/guard-compass
MIT License
60 stars 11 forks source link

Fix gemspec preventing `bundle install` #2

Closed rymai closed 13 years ago

rymai commented 13 years ago

Fix gemspec that was requiring guard/compass, which was requiring guard and compass, before anything else! So without guard and compass already installed on the machine, it was impossible to bundle install. Originally reported here: https://github.com/guard/guard/issues/#issue/22