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

Add default input/output's for NpmTask #32

Closed
srs opened this issue Nov 3, 2014 · 1 comment
Closed

Add default input/output's for NpmTask #32

srs opened this issue Nov 3, 2014 · 1 comment

Comments

@srs
Copy link
Owner

srs commented Nov 3, 2014

Add default input/output's for NpmTask so we do not need to specify it on every npm_* action like this:

npm_update {
    inputs.file 'package.json'
    outputs.dir 'node_modules'
    args = ['--production', '--loglevel', 'warn']
}
@srs srs added this to the 0.8 milestone Nov 3, 2014
@srs srs removed this from the 0.8 milestone Nov 10, 2014
@srs
Copy link
Owner Author

srs commented Nov 18, 2014

Removing this. It seems to work ok.

@srs srs closed this as completed Nov 18, 2014
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

No branches or pull requests

1 participant