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 trialBecca Ades
4,205 PointsWhy doesn't my test.scss file automatically update changes to my test.css file?
When I make a change to my test.scss file my test.css file is not automatically updated. If I exit the terminal and do the command sass-watch . everything gets updated appropriately...does anyone have any suggestions to fix this?
4 Answers
Andrew McCormick
17,730 Pointsyou say that if you exit the terminal and run --sass watch that it works? if you exit the terminal where are you running the command from? should be if you enter the terminal and run it.
Piotr Marciniak
4,813 PointsI'm having the same problem. I'm running the command:
Piotrs-MacBook-Pro:~ PiotrMarciniak$ cd Desktop/ Piotrs-MacBook-Pro:Desktop PiotrMarciniak$ sass --watch .
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.
as well when I exit the terminal and do the command sass-watch . everything gets updated appropriately
Jose Lupianez
4,653 PointsI had to run sudo gem install listen to fix it.
Martijn Brackman
Full Stack JavaScript Techdegree Student 3,721 PointsThanks Jose Lupianez! To bad I can't upvote your comment.
Jianing Wu
Front End Web Development Techdegree Graduate 15,179 PointsI am having the same issue and sometimes the files I wrote in sass will lost and I have to write it again.
kushalmahajan2
7,683 Pointskushalmahajan2
7,683 PointsWhat he means is that if he restarts the terminal,then only the changes are updated. Does anyone found a solution as I am having same problem.