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 trialMichael Leismeister
3,706 PointsIs there any other alternative to scout?
I wan to start using bourbon (neat, fill refill etc) and get away from bootstrap but the new sass is not compatible with old scout app. Is there a alternative? Command Line Scares me.
5 Answers
Kate Moore
22,916 PointsHey! I was having the exact same problem and was very frustrated/on the verge of giving up until I took one last attempt and downloaded http://koala-app.com/
It was super easy to use and had me up and running immediately!
Chris Shaw
26,676 PointsHi Michael,
Try something like Prepros which is free but also offers a premium version for added features.
Michael Leismeister
3,706 Pointsprepros - seems good to but i still have css error with bourbon -
Error: Invalid CSS after " eot)": expected "}", was ": "#{$file-path..." on line 22 of bourbon/helpers/_font-source-declaration.scss from line 28 of bourbon/_bourbon.scss from line 2 of main.scss Use --trace for backtrace.
I guess I will have to downgrade my sass - not sure how to do this yet but looking into it
Michael Leismeister
3,706 PointsBTW - gem uninstall sass - gets rid of version of sass
gem install sass –-version theversionnumberyouwant
http://www.ufthelp.com/2014/10/how-to-downgrade-existing-sass-version.html
Michael Leismeister
3,706 PointsWow - I have also tried using prepros - did not really like idea of downgrading to 2012 and still the same css error. here is error log in prepros
Error: Invalid CSS after " eot)": expected "}", was ": "#{$file-path..." on line 22 of bourbon/helpers/_font-source-declaration.scss from line 28 of bourbon/_bourbon.scss from line 2 of main.scss Use --trace for backtrace.
rosinapissaco
13,401 PointsThere are a few options:
CodeKit (Paid)
Compass.app (Paid, Open Source)
Hammer (Paid)
Koala (Open Source)
LiveReload (Paid, Open Source)
Mixture (Free)
Prepros (Paid)
Scout (Open Source)
They are all here http://sass-lang.com/install
Michael Leismeister
3,706 PointsMichael Leismeister
3,706 PointsFYI - I use windows