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 trialnacho vargas
7,853 PointsHi 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!
nacho vargas
7,853 PointsNope, I'm just following the steps from the video-tutorial.
Jesus Mendoza
23,289 PointsInstall 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
Teena Abbott
21,054 PointsI 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.
Harsh Singh
5,233 PointsSame here. Thanks for solving the problem.
Rachael Oakley
2,904 PointsThank 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
Richard Sabando
Front End Web Development Techdegree Graduate 15,874 Pointsalso works for windows 10 just type in file explorer options in the cortana search bar
nacho vargas
7,853 PointsThanks, it seems to work now ;)
Rossella Rosin
15,734 Pointsthanks 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.
igor m.
409 PointsThanks a lot Teena! It works now.
Jesus Mendoza
23,289 PointsJesus Mendoza
23,289 PointsDo you have a config.rb file in your folder?