Running the Pul Base Theme - pulibrary/pul_library_drupal GitHub Wiki

pul_base is an Omega 4 Subtheme.

Dependencies

  1. Working ruby 2.1.x environment
  2. Ruby gem Bundler installed gem install bundler
  3. Working nodejs environment for grunt brew install node on OSX

Setup

> cd sites/all/themes/pul_base
> bundle install
> npm install

Compiling Sass

> cd sites/all/themes/pul_base
> grunt build

Watching your Sass Source

> cd sites/all/themes/pul_base
> grunt watch