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

Development Tools

thijs de gaaij
thijs de gaaij
788 Points

Sass only writes changes made in a texteditor (on hd), and not those via source maps in the browser

My changes made in the browser are detected by sass, but don't get written to css.

What works:

  • any changes in app.scss made by hand in a texteditor are detected and compiled to app.css (using the sass watch command)
  • any changes made in app.scss via chrome are also saved on hd (using google devtools)

Problem: Although the changes made in app.scss in the browser are saved to the file app.sccs on hd, they are not being written to app.css by sass. Whereas, changes in this same file made by hand do get written by sass to app.css.

I already reinstalled sass.