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 trialEwa Czech
Front End Web Development Techdegree Graduate 30,847 PointsA new CSS directory has not been created.
Hello All,
I have typed the command I suppose without an error:
MacBook-Pro-Ewa:lake-tahoe ewaczech$ sass --watch scss:css
Sass is watching for changes. Press Ctrl-C to stop. [Listen warning]: Listen will be polling for changes. Learn more at https://github.com/guard/listen#polling-fallback.
however, I do not see CSS directory being created in my 'lake-tahoe' folder. Any idea what may have gone wrong? When trying the same command before removing the original CSS folder, CSS map sheet has not been created either.
Thank you!
2 Answers
Zak Erving
22,832 PointsAre you in your root user directory? Unless you tell it otherwise (sass --watch path/to/your/project/scss/*:path/to/your/project/css), Sass will only poll for files in the current directory.
ajith dito
94 PointsHave you renamed style.css to style.scss?