I often find myself enabling all the debug features at once (Firesass, line comments, dev-friendly output), rather than individually adjusting each variable, so I modified config.rb to control all the debug features with the pre-defined environment variable.

I also wrapped the sass-extensions library paths into an array/for-loop combination to suggest a way for people to add new extensions to the environment.

Patch is forthcoming.

CommentFileSizeAuthor
#1 zen-2204187-1.patch1.85 KBmmikitka
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mmikitka’s picture

FileSize
1.85 KB
mmikitka’s picture

Status: Active » Needs review
mmikitka’s picture

Can you please provide an update?

SidneyGijzen’s picture

Few thoughts on your patch and proposal:

  • FireSass is abandoned since August 2014. There is already a patch RTBC'ed which substitutes FireCompass for FireSass. Perhaps you can align your patch with that?
  • I see you hardcoded the /sass-extensions/zen-grids path. I was wondering if this doesn't cause any difficulties when one is working with Zen Grid installed through the Ruby Gems repository?
JohnAlbin’s picture

Status: Needs review » Closed (duplicate)