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

My outputs are different to tutorial vid's outputs. What's going wrong? (If anything?)

TL;DR See link below, my command console is different to the vid's -- what's happening? D:

Long version:

So I've created a test.scss file. I've typed sass test.scss into the command console. The command console finds and recognizes the file, logs the css code that's within it (p {color: blue}). As in the vid, I type sass --watch, so the command console 'watches' the directory (C:\Users\Jay\Desktop). In the vid, the test.scss file is overwritten with a file called test.css. Yet my command console does not overwrite my test.scss file, it just produces two extra ones, test.css and test.css.map.

Also, when I make changes to test.scss in Sublime Text Editor, the test.css file when open does not seem to update itself with these changes.

http://s29.postimg.org/e71b63ubr/halp.png

What's going wrong?

k thx ~Jay

1 Answer

EDIT: IGNORE, I've figured this out.