knice / theme-ucsc-drupal

Responsive theme for UCSC Drupal sites.
GNU General Public License v2.0
0 stars 0 forks source link

UCSC Drupal v3

A responsive re-write of the campus Drupal theme.

Use as a normal Drupal theme


Installing for development

1. Setup your Drupal environment

Setting up for development takes some time, but it is worth it.

2. Install the theme

Use drush to manage your Drupal installation and git to manage this theme.

3. Compiling sass to css

For basic sass --> css development, follow the directions below.

3a. Using Gulp (optional)

For managing additional assets (svg images, icon systems, images, scripts), you'll need to install Node so you can compile these assets with Gulp.

Now you can simply run gulp in the theme directory and stylesheets will automatically compile.