Closed (works as designed)
Project:
Boilerplate
Version:
7.x-1.5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2012 at 14:27 UTC
Updated:
3 Jul 2012 at 04:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
tregeagle commentedHi Brian,
To help you fit the pieces together, my dev workflow goes something like this:
compass watchWhen more than one dev is working on a theme it can be good to preprocess the css on a dev server. I can think of no compelling reason to preprocess css on your average live server though.
I hope that helps.
Comment #2
ericxb commentedUsing sass/compass is optional. You can just edit the css directly as you see fit; delete, the compass files and forget they were there. Drupal doesn't grok sass and only uses the compiled css files.
However, I think if you spend the time to learn sass/compass (it's pretty easy if you already know CSS), you'll glom onto it pretty fast. You do have to install sass and compass on your devel machine; but you end up with much more robust, more easily maintained css.
Their logo is really cool too
Comment #3
danlinn commentedThe reason I originally included it and continued to is because the SCSS in this theme allows for quick setting of some variables to get a layout going quickly, without having to do fancy margin math, etc.
We actually only commit the SCSS to github because you can get some crazy merge conflicts with the output CSS. We then build our SCSS as part of our Capistrano build steps. But that's another story.