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 trialKevin Eudy
6,874 PointsSass 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
Alex Edwards
7,680 PointsThat 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
6,874 PointsWhen 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
Courses Plus Student 9,647 PointsYou can drag and drop the file you want the path to in the terminal and it will write the path for you.
Kevin Eudy
6,874 PointsCool. Thank you so much for the help.