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 CSS to Sass Installing Sass and Setting up the Project The --watch Command

Hi there, When I use the --watch comand it no creates the style.css and the map in the css folder. Any clue? Thanks!

When I use the --watch comand it no creates the style.css and the map in the css folder. Any clue? Thanks!

Do you have a config.rb file in your folder?

Nope, I'm just following the steps from the video-tutorial.

Install Compass using gem install compass and create a new compass project, compass create nameOfPoject, then watch the project using compass watch

Or use the command sass --watch scssFolderName:cssFolderName

4 Answers

I was having the same issue. I discovered it was the file extension. style.scss.css. I am using window 7. I had to go to the, contol panel, click on folder options and view tab and uncheck "Hide extensions for known file types". Then I was able to change the file to style.scss and that helped.

Same here. Thanks for solving the problem.

Thank you! Also got stuck on this. For Windows 8 go to Control Panel, Appearance and Personalisation, Folder Options then the same as Teena's comment

also works for windows 10 just type in file explorer options in the cortana search bar

Thanks, it seems to work now ;)

thanks a lot! I was having the same problem on the mac and was getting mad. I wonder how it ended up with the double suffix though.

Thanks a lot Teena! It works now.