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 trialLuis Chiappe
Courses Plus Student 10,636 Points--watch doesn't work sass 3.4.0
install the latest version of 3.4.0 and sass --watch stopped work for me. Anyone know if this is a bug in the upgrade?
4 Answers
Chris Shaw
26,676 PointsHi Luis,
I can confirm that it is indeed not working and for some odd reason doesn't fail with an error, I've created an issue on the GitHub repo. For the minute run the following commands.
gem uninstall sass
gem install sass -v 3.3.14
Tiffany McAllister
25,806 PointsAhhh, thank you! I have been wondering what I've been doing wrong as I have just recently started working with Sass. I was going crazy thinking it was me haha.
Chris Shaw
26,676 PointsSass 3.4.1 has been released, see the full changelog here
To update your installed version run the below.
gem update sass
Luis Chiappe
Courses Plus Student 10,636 PointsThanks Chris! :)
Luis Chiappe
Courses Plus Student 10,636 PointsHi Chris I tried --watch now but still doesn't work for me on the new version 3.4.1 =/
Chris Shaw
26,676 PointsHave you got the listen gem installed? If not run
gem install listen
If you do uninstall Sass and reinstall it again.