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

Question: Custom install location? #34

Closed JonWallsten closed 8 years ago

JonWallsten commented 8 years ago

I saw in the readme that you can pipe a dest in the "slushfile.js". Is that also possible in a gulpfile.js? In my project we need to build the modules outside of the build folder to avoid rebuilding the modules every build.

joakimbeng commented 8 years ago

There's no actual difference of what's possible with a slushfile compared to a gulpfile, so yes that should be possible.