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

Kevin Eudy
Kevin Eudy
6,874 Points

Sass Connection to my Command Propt

I get an error when I try to pull up sass test.scss on my command prompt. I says No such file or directory. Anyone have any pointers?

3 Answers

That doesn't work on Windows. You will have to direct to that folder by typing "CD FolderName" and then again "CD FolderName" within previous folder.

Kevin Eudy
Kevin Eudy
6,874 Points

When I type

sass --watch .

I only see current changes to my .css file. It doesn't keep the "live feed", updating every time I save my .scss file. Do you know what I'm doing wrong there?

Elliott Frazier
PLUS
Elliott Frazier
Courses Plus Student 9,647 Points

You can drag and drop the file you want the path to in the terminal and it will write the path for you.

Kevin Eudy
Kevin Eudy
6,874 Points

Cool. Thank you so much for the help.