Component-driven prototyping tool using Pattern Lab v2 automated via Gulp/NPM. Also serves as a starterkit Drupal 8 theme.
- Node (we recommend NVM)
- Gulp
- Composer
- Optional: Yarn
Emulsify supports both NPM and YARN.
Install with NPM:
composer create-project fourkitchens/emulsify --stability dev --no-interaction emulsify && cd emulsify && npm install
Install with Yarn:
composer create-project fourkitchens/emulsify --stability dev --no-interaction emulsify && cd emulsify && yarn install
composer require fourkitchens/emulsify
- Enable Emulsify and its dependencies
drush en emulsify components unified_twig_ext -y
- Optional: Create cloned theme
drush emulsify "THEME NAME"
(You may need to rundrush cc drush
to clear the drush cache. Also, you can rundrush help emulsify
for other available options) - If you created a cloned theme,
cd web/themes/custom/THEME_NAME/
. If not,cd web/themes/contrib/emulsify/
npm install
oryarn install
- If you created a cloned theme, disable the original Emulsify theme
drush pmu emulsify -y
and enable your new theme in Drupal and set to default.
If you're not using a Composer-based Drupal install (e.g. tarball download from drupal.org) installation instructions can be found on the Wiki.
Troubleshooting Installation: See Drupal Installation FAQ.
The start
command spins up a local server, compiles everything (runs all required gulp tasks), and watches for changes.
npm start
oryarn start
Lightweight | ✔ | Emulsify is focused on being as lightweight as possible. |
SVG sprite support | ✔ | Automated support for creating SVG sprites mixins/classes. |
Stock Drupal templates | ✔ | Templates from Stable theme - see /templates directory |
Stock Components | ✔ | with Drupal support built-in (https://github.com/fourkitchens/emulsify#emulsifys-built-in-components-with-drupal-support) |
Performance Testing | ✔ | Support for testing via Google PageSpeed Insights and WebPageTest.org (https://github.com/fourkitchens/emulsify/wiki/Gulp-Config#performance-testing) |
Automated Github Deployment | ✔ | Deploy your Pattern Lab instance as a Github page (https://github.com/fourkitchens/emulsify/wiki/Gulp-Config#deployment) |
View a demo of these default Emulsify components.
Documentation is currently provided in the Wiki. Here are a few basic links:
See Orientation
We have a series of videos for you to learn more about Emulsify.
See Designers
See Drupal Usage
See Gulp Config