slushjs / gulp-install

Automatically install npm and bower packages if package.json or bower.json is found in the gulp file stream respectively
MIT License
106 stars 46 forks source link

No logging is provided when skipping install. #5

Closed jonkemp closed 10 years ago

jonkemp commented 10 years ago

When I do --skip-install, I don't see the logging I should see when looking at the code https://github.com/klei/gulp-install/blob/master/index.js#L35.

jonkemp commented 10 years ago

I ran it on an empty directory and saw the logging. When I run it on an app that has already been scaffolded, is when I don't see the logging.

joakimbeng commented 10 years ago

@jonkemp I assume you are using gulp-conflict as well? In that case it won't pass down package.json if it hasn't changed, and therefor gulp-install don't have anything to run so the --skip-install has no effect.