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

Implement multiTasks and targets if a config #15

Merged
merged 4 commits into from
Jun 30, 2014
Merged

Implement multiTasks and targets if a config #15

merged 4 commits into from
Jun 30, 2014

Conversation

LeoColomb
Copy link
Contributor

Really useful to add a config for different locations where run composer.

E.g. from my Gruntfile.js:

composer: {
  options: {
    flags: [
      "no-dev",
      "optimize-autoloader"
    ]
  },
  yourls: {},
  geoip: {
    options: {
      cwd: 'user/plugins/geoip/'
    }
  }
}

@LeoColomb
Copy link
Contributor Author

Ping @voceconnect as usual 😄

prettyboymp pushed a commit that referenced this pull request Jun 30, 2014
Implement multiTasks and targets if a config
@prettyboymp prettyboymp merged commit 4448b06 into voceconnect:master Jun 30, 2014
@LeoColomb LeoColomb deleted the multi branch June 30, 2014 13:37
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 this pull request may close these issues.

None yet

2 participants