grunt-drupal-tasks
grunt-drupal-tasks copied to clipboard
Grunt-based build and testing tasks for Drupal
One of the scenarios in the test suite is failing, and I do not know why. Since the tests serve as an example and a confirmation the test runner is...
### Problem Gruntconfig.json has a theme top-level config, which itself is an object that has keys that match the name of the theme. This key is used to construct a...
This is a fairly significant patch, but should not affect existing projects. It adds a "packages.rsync" option (False by default). When set to true, the package will be generated in...
- Fixes #311
This is a work in progress. Wanted to get it up here while it was fresh (I implemented a similar customization on a project to fix the `e2big` error).
We need to support PHPUnit testing for Drupal 8. * Is PHPUnit unnecessarily slow with grunt or virtual environments? * How can we allow running phpunit for just some packages...
Over in #312 there is a partial fix for the ``` Warning: spawn E2BIG Use --force to continue. ``` error that occurs when too many files exist in the project...
This fixes #319. Changes: - Initializes grunt-composer after configuration to enable multi task mode and task-specific configuration. - Updates default tasks for multi task mode. At this point, this has...
Currently, the default Composer arguments for install and update commands are not applied to the Composer command at run-time. This can be verified by altering `task/composer.coffee` in grunt-composer to add...