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

Josef Coban
Josef Coban
7,260 Points

Sass --watch. doesn't notice changes.

Hi, I just started the part of the web dev track for learning Sass. I'm on a windows pc, and I installed Ruby as the instructions asked and installed sass. I ran into an issue right away however, when I use the "sass --watch ." command in the command like, it says it is watching the file but when I make a change to the scss file and save it, the command prompt doesn't recognize the change until I run another watch command. Any ideas on how to fix this? I have a feeling its something to do with windows?

2 Answers

Josef Coban
Josef Coban
7,260 Points

Well for anyone interested I figured it out lol... I had to install compass and set up the directories properly

I have the same problem now. What do you mean by setting up directories properly?