Skip to content

Instantly share code, notes, and snippets.

@shadcn
Created December 9, 2015 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadcn/5ea3aa3a4ce4cd345aa8 to your computer and use it in GitHub Desktop.
Save shadcn/5ea3aa3a4ce4cd345aa8 to your computer and use it in GitHub Desktop.
Drupal + Bootstrap + Sass + Gulp + Browsersync + FontAwesome
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
Watch: gulp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment