grunt-drupal-tasks icon indicating copy to clipboard operation
grunt-drupal-tasks copied to clipboard

Allow task-specific Composer arguments and apply defaults

Open arithmetric opened this issue 8 years ago • 1 comments

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 a potential breaking change, since the Grunt commands composer:install and composer:update no longer work and must be changed to composer:install:install and composer:update:update.

arithmetric avatar Mar 03 '17 00:03 arithmetric

This is surfacing bugs in the package command for Drupal 8, which we already know is badly broken. Going to play with this some more but will probably merge as a precursor to fixing package.

grayside avatar Mar 20 '17 19:03 grayside