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 trial

CSS

cody perry
seal-mask
.a{fill-rule:evenodd;}techdegree
cody perry
PHP Development Techdegree Student 18,448 Points

sass --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

Hey Cody,

Any chance you could upload your project to Workspaces? I'd love to take a look.

cody perry
seal-mask
.a{fill-rule:evenodd;}techdegree
cody perry
PHP Development Techdegree Student 18,448 Points

https://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
seal-mask
.a{fill-rule:evenodd;}techdegree
cody perry
PHP Development Techdegree Student 18,448 Points

When 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.