v0.9.0
- Added the ability to define scripts for common project operations.
- Added
grunt install
task to easily install the site cleanly or with an
imported database. - Added optional integration with Git Hooks
to support running Grunt tasks when git operations are run. When enabled, the
validation task is run against staged code before a commit is made. - If index.php is missing from the build destination, then the Drush make task
is always run (and the "newer" feature is disabled). This facilitates certain VM
configurations. - PHPCS and eslint tasks are skipped if there are no source files.
Upgrade Notes
- Themes with a validate task configured are excluded by default from the Grunt
Drupal Tasks validate task.