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

CSS Sass Basics (retired) Getting Started with Sass Installing and Using Sass

Saad Khan Malik
Saad Khan Malik
25,199 Points

Having trouble loading my directorys into the command prompt.. for Sass

So i'm an absolute newbie when it comes to ruby and cmd prompts... i get that i need type in "sass --watch"<br> but whats after that for a pc user ?... here's a picture of the error if it helps... (https://www.dropbox.com/sh/jm76oxlmzbpys45/z0NtcarCH5)

here are my two directories,

for sass: C:\Users\SaadKhan\Dropbox\4.Web studio\study\tree_house\Sass\Scss\main.scss

for css: C:\Users\SaadKhan\Dropbox\4.Web studio\study\tree_house\Sass\main.css

1 Answer

Do you have a space in folder "4.Web studio"? That could be messing it up. I think when you type out your path it thinks you are giving two arguments to sass.

Also, I think by default it will compile your css file and save it where the sass file is. If you want to store your css file one level up then I think you'll have to specify that when you run the command.