OBT
Component ID
2790149
Component name
OBT
Component type
theme
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Synopsis
A nice SASS boilerplate theme for a new Drupal 7 site, loosely based on the Zen theme.
This theme has been carefully created after years of Drupal 7 experience.
The code is made following strictly SoC (Separation of Concerns) principles.
This theme uses npm (node package manager) to load dependencies and to run gulp, which in turn parses the SASS files into css.
Theme installation
- Put the theme in /sites/all/themes/
- Activate it normally
Dependencies
- Node.js: https://nodejs.org/en/download/package-manager/
- SASS
Deployment
Go to the theme folder and install dependencies, just the first time:
$ npm install
Each time you deploy, to process the sass files into css you must do:
$ npm run gulp
or you can
$ npm run gulp watch
for continuous watching of sass files changes.