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 Sass Basics (retired) Getting Started with Sass Installing and Using Sass

Juan Jimenez
Juan Jimenez
11,245 Points

Is there an alternative of Scout for Linux?

The video recommends Scout to compile Sass in WIndows and Apple, but is there an alternative in Linux?

victor ollervidez
victor ollervidez
14,934 Points

Hi Juan! What linux distro are you using? I do all my development in ubuntu, i haven't gotten to the Sass basics course yet but have used it with Foundation. In ubuntu you can install sass & compass and run it from terminal.

Juan Jimenez
Juan Jimenez
11,245 Points

I'm using Ubuntu too. My problem was that the sass --watch method explained in the videos was not working for me so I was looking for an alternative.

I found it though: My problem was that sass --watch ignores the file config.rb where the output options and folders are set. However, using compass watch method works brilliantly