TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Auto-Compile Sass Files with Sass 2.4

20 pointsby chriseppsteinover 15 years ago

2 comments

petercooperover 15 years ago
A much needed feature (especially as I don't really want to use Compass). I already coded my way around it though with my "watch and do" script: <a href="http://gist.github.com/286060" rel="nofollow">http://gist.github.com/286060</a><p>Auto-building will be cool and I initially thought I'd use it.. but I realized having Safari automatically reload the page I'm working on whenever I save my Sass or HTML file is too convenient to give up my script (for now).
terrellmover 15 years ago
HAML and SASS have made web design enjoyable again. The time dealing with the learning curve is quickly paid back in increased productivity.<p>Using Rails and Sinatra for web app development or StaticMatic for static page development handles all of this for me, but the auto compiling will make it easier for prototyping.