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 trialcody perry
PHP Development Techdegree Student 18,448 Pointssass --watch command not creating files to output
Hello, i'm trying to run a sass --watch scss:css command in my terminal. It will not output or create the css folder, and i'm not exactly sure why, didn't know if i need to get involved with webpack for this or what?
Here is what i get when running the command:
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.
Any help is much appreciated? Thanks!
3 Answers
jacobproffer
24,604 PointsHey Cody,
Any chance you could upload your project to Workspaces? I'd love to take a look.
cody perry
PHP Development Techdegree Student 18,448 Pointshttps://teamtreehouse.com/workspaces/13917552
There is the link to my workspace. I haven't found anything on why it would not be working from researching on google. Only thing i found was something about a webpack config file.
cody perry
PHP Development Techdegree Student 18,448 PointsWhen i used the --watch command in my terminal when going through Hamiltons class it worked. Going through with Guils class it did not. Maybe just a bug.