Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Sally Gradle
24,694 PointsThe CSS file for the blackberry.scss was not automatically created. What am I missing?
I am working in Windows 7. As I followed along the lesson, I was watching the main.scss file, so the main.css file was being updated. When I created the blackberry.scss file, the corresponding css file was not created. I had to stop watching the main.scss and start watching the blackberry.scss to generate it. Did I miss a step?

Antonio Jaramillo
15,604 PointsI also have the same problem. The files are in the same folder, of course, but blackberry.css does not appear.
2 Answers

Unsubscribed User
14,547 PointsI believe you would be wanting to put sass --watch .
which would then see any files created, instead of just watching a specific file. That's what I'm doing and it found and created blackberry.css
automatically.
Christopher Mlalazi
Front End Web Development Techdegree Graduate 17,304 PointsHad the same problem today, but @Brodie Ferguson's solution helped.
Allison Walker
17,137 PointsAllison Walker
17,137 PointsIf you put your scss files into the same folder, then you can watch the whole folder and the css files should be automatically created.