lauriii / drupalcores

A project to generate a list of core contributers
http://drupalcores.com
MIT License
27 stars 38 forks source link

Add npm install to our build process #49

Open lewisnyman opened 9 years ago

lewisnyman commented 9 years ago

Sometimes we add or update node packages

lewisnyman commented 9 years ago

https://www.npmjs.com/package/gulp-install Looks nice, we can replace our bower command with a ' install dependancies' command

lauriii commented 9 years ago

Or should we add npm install to the deployment? I think that might be the right place to have it.

lewisnyman commented 9 years ago

Yeah, maybe just add it to the deployment script?