mscharley / dsass

Command line executable to automatically watch theme SASS folders in a Drupal installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal SASS

Drupal SASS or dsass allows users to easily run the sass command for their Drupal websites. It will do it's best to detect a Drupal installation then search for Drupal themes with a sass/ folder. It will then run sass --watch on all these themes with several default parameters ensuring the best output.

Installation

dsass is available as a Ruby gem:

gem install dsass
dsass

About

Command line executable to automatically watch theme SASS folders in a Drupal installation

License:MIT License


Languages

Language:Ruby 100.0%