Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Grunt and Compass Explosion in Head

Hi there

I am learning SASS and having a hard time with Grunt and Compass it was all going well until my latest task.

I am trying to get compass to work and I am using the following in my gruntfile.js

http://jsfiddle.net/6U3tQ/

However the error that I get is written in the HTML window on this fiddle. Its driving me mad. I have the compass dependency installed and do not know what I am doing wrong any help very much appreciated - all other tasks working as they should before this one was added.

G

Oh not me. I mastered Sass but gave up with that grunt, couldn't ever get it working for me. :(

3 Answers

Grunt was working it was just the compass thing that has caused a problem - this is where a bit of cheeky version control comes in I can rewind the project and start it from scratch I must have missed something obvious

Developers cure - leave it for a bit and come back - all fixed. All praise GIT

Usually the way!

this tasks: ['compass.dev'] should have been tasks: ['compass:dev']