Gulp Drupal Stack

gulp-drupal-stack-banner

This stack core is to be included in your main project and sets up many Gulp tasks that can work in many flexible ways by passing in different config objects, which can be based off of gulpfile.default.yml (and is merged with).

Features

All is easily configurable by changing values in your gulpfile.yml file in your project. These values are merged into the gulpfile.default.yml file - look there for the available options and defaults.

Prerequisites

Installation

Follow theses steps:

$ cd <your-theme-or-module>
# (optional) init a new npm module
$ npm init
# Install it
$ npm install gulp-drupal-stack --save-dev
# Create a gulpfile.js
$ cp node_modules/gulp-drupal-stack/templates/gulpfile.js ./
# Create a gulpfile.yml (config file)
$ vi gulpfile.yml
# <set the config that you want, and save it>

IDE/Text Editor Setup

Usage

See Usage section.

Credits

Original project from p2-theme-core.

License

MIT (original license)