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

Gina Schweizer
seal-mask
.a{fill-rule:evenodd;}techdegree
Gina Schweizer
Front End Web Development Techdegree Student 10,721 Points

A CSS file is not being created when using the --watch command in Terminal

Hello,

I am having an issue with Terminal. When I use the --watch command, a css file is not being created in my css file. The file is on my desktop and is named Project5 (I didn't add a space because I didn't know how to type the space in Terminal). The css and scss files are within another folder called Edited (within the Project5 folder). What am I doing wrong? See below for what I did in Terminal.

In Terminal:

Last login: Thu Oct 6 16:30:35 on ttys000 FBX-MACPRO-001:~ graphicsdepartment$ sass --version Sass 3.4.22 (Selective Steve) FBX-MACPRO-001:~ graphicsdepartment$ cd desktop/Project5/Edited FBX-MACPRO-001:Edited graphicsdepartment$ 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.

1 Answer