SASS : making underscore file names actually create css files -
by default sass looks @ filename , determines whether make css file out of it. i'm wondering if there way prevent happening.
we're building large website , lots of front-end developers editing css, have 1 dev server. sure things can see happen locally, can see real rendered way on server.
so, when push compiled css file server, co-workers' css gets clobbered until s/he commits , svn:update, etc, etc.
however, if working in different sass file, , css files getting created, have push up, say, forms.css file instead of whole thing.
then production, we'd put way sass works.
the other way can figure mass rename of files, seem messy.
thanks in advance.
the entire point of partials don't compiled files. if want sass file turned css file, remove underscore.
your real problem seems you're putting compiled css in version control. don't that. commit sass, , compile css server-side post-receive hook or something.
Comments
Post a Comment