Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default and custom Composer arguments not applied #319

Open
arithmetric opened this issue Mar 2, 2017 · 0 comments · May be fixed by #320
Open

Default and custom Composer arguments not applied #319

arithmetric opened this issue Mar 2, 2017 · 0 comments · May be fixed by #320

Comments

@arithmetric
Copy link
Collaborator

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 debugging output before the command is exec'ed. See: https://gist.github.com/arithmetric/9aa44be88d8bde383a8bbe0d7a0e1b2b

Additionally, it is not possible to re-configure the Composer arguments for a particular Composer task (i.e. only for install and update, not for drupal-scaffold).

This is due to grunt-composer being initialized in "simple task mode" instead of "multi task mode". See: https://www.npmjs.com/package/grunt-composer#simple-task-mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant