gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
625 stars 128 forks source link

task hangs with latest compass (1.0.0.alpha.19) #168

Closed wmceff closed 10 years ago

wmceff commented 10 years ago

With latest --pre version Compass (1.0.0.alpha.19), the grunt compass task hangs (at 100% CPU) with a newly generated Yeoman angular project, Mac OS X 10.9.3

If I run gem uninstall, remove it, then switch to compass 0.12.6, all is well.

Happy to provide any other information necessary if there's anything I can do or try.

On a less related note, this came up while trying to work with Bourbon 4, which seems to be broken working with Compass 0.12.6. Fix was to downgrade to Bourbon 3.2.

sindresorhus commented 10 years ago

We don't support prereleases as they usually have a lot of bugs and we don't want to deal with that. Let us know if you still have this problem when the next stable version is out.