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 trialRachel Potgieter
11,814 PointsWhy don't I have an application.css file in the css folder?
I have followed the video and near the end, I see that Guil has a application.css file in his css folder which I don't. I noted that the --watch command "disappeared ". I entered the command back into the console but still nothing. Is there a way to get the application.css file to appear?
2 Answers
Joey Ward
Courses Plus Student 24,778 PointsAre you sure you're entering the full command into the console? I just launched the video and opened workspace. It comes with an application.css file, but I deleted it and entered the watch command:
sass --watch scss:css
The console automatically recreated the application.css file.
Robert Tyree
13,335 PointsI had the same issue trying to run this lesson in Brackets instead of Workspaces.
I restarted terminal and entered the two commands below and the application.css file was created! Thanks Joey and Dean VB.
cd desktop/lake-tahoe
sass --watch scss:css
Rachel Potgieter
11,814 PointsRachel Potgieter
11,814 PointsThanks Joey. I started from the beginning and was able to see the file in the second attempt.