Hacker News new | ask | show | jobs
by jrochkind1 3552 days ago
Sass is awesome, and one of the few pieces of the 'compilation toolchain hell' I _don't_ hate.

But you ideally shouldn't have your CSS build product in the repo if you're using SASS. That would avoid the confusion of editing the wrong file (the compiled output artifact, which ought not to be in the repo).

2 comments

I read this as the CSS was live edited on a production server.
If there are other things to build for production, sure, throw SASS in too but if not, it's not worth it just to keep your repo "pure."