Skip to content

Instantly share code, notes, and snippets.

@calvez
Last active March 14, 2016 16:24
Show Gist options
  • Save calvez/d5f3d477da9390ab9e0f to your computer and use it in GitHub Desktop.
Save calvez/d5f3d477da9390ab9e0f to your computer and use it in GitHub Desktop.

Documentation for the Radix theme for Drupal.

Requirements

  • npm - Read a guide on how to install Node and npm here.
  • Gulp - npm install gulp -g
  • Bower - npm install bower -g
  • Drush - Read a guide on how to install Drush here.
  • jQuery 1.7+ - Radix needs jQuery 1.7. You can install jQuery 1.7 via jquery_update module or jquery_multi module.

Installation

  • Download and enable Radix: drush en radix -y; drush vset theme_default radix.
  • Create a subtheme: drush cc all; drush radix "Subtheme".
  • Set default theme: drush en subtheme -y; drush vset theme_default subtheme.
  • Install required modules: cd /path/to/subtheme; npm run setup.
  • Update browserSyncProxy in /path/to/subtheme/config.json.
  • Run gulp to watch for changes: gulp.

documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment