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

Ruby

Gabriel Rosario
Gabriel Rosario
23,602 Points

Ruby don't recognize any change in my scss file!!!

I install Ruby in my Windows and Sass to, but when a create the test.scss file and write:

sass --watch .

it tells me:

Sass is waiting for changes. Press Ctrl-C to stop.

But when I change something in my test.scss nothing happen in test.css and my Ruby Prompt.

What's the problem? Please help, i'm stuck!!! Thanks a lot.

Kang-Kyu Lee
Kang-Kyu Lee
52,045 Points

Just in case... what happens when you type on command-line prompt:

sass test.scss

is it working?

2 Answers

Gabriel Rosario
Gabriel Rosario
23,602 Points

```.../Desktop> sass test.scss

.../Desktop>