ryanj / origin-s2i-nodejs

A basic Source to Image builder for OpenShift Origin, with runtime binaries from Nodejs.org
https://hub.docker.com/r/ryanj/centos7-s2i-nodejs/
Apache License 2.0
20 stars 30 forks source link

Provide advice for developers on customizing the "assemble" / "npm install" step #10

Open ryanj opened 8 years ago

ryanj commented 8 years ago

As a bower user, how do I ensure that "bower install" will be run as a part of my build step?

(same issue for gulp, grunt, browserify, etc...)

Top options include:

Maybe we need a good example app to point folks to?

@spadgett

t-ivanov commented 8 years ago

Yes, an example will be good! Thanks! :+1: