Skip to content
Snippets Groups Projects
Forked from project / bluecheese
17 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

This theme is for Drupal.org sites.

Contributing

Work from the dev branch, using feature branches named {issue number}-{short-description}, for example 2182993-api-breadcrumb-space.

See https://www.drupal.org/node/2406727 for more information.

Where’s the CSS?

CSS is compiled with Compass. See https://drupal.org/node/1953368 for more information.

Dev VMs come with a pre-compiled version, and Compass set up to compile changes:

$ bundle exec compass compile

See https://drupal.org/node/1018084 for more information.

First time bundle setup

Once on each host, set bundle to use a per-project vendor directory instead of system-wide.

/usr/bin/bundle config set --local path 'vendor/bundle'

If not using wwwdev1.drupalsystems.org, after cloning, set up vendor directory.

cd sites/all/themes/bluecheese
/usr/bin/bundle install