You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
Grunt and Bower and two very commonly used npm modules for Node projects. They should be included in the global NPM module list and if a Gruntfile or bower.json is detected, the corresponding packages installed in the ./bin/control
Nope, diasgree. Grunt and Bower are just two of several used build tools. If is much more sustainable to rely on devDependencies for this. This also makes sure that the correct versions of these tools are used.
Grunt and Bower and two very commonly used npm modules for Node projects. They should be included in the global NPM module list and if a Gruntfile or bower.json is detected, the corresponding packages installed in the
./bin/control
See https://github.com/engineersamuel/openshift-origin-cartridge-nodejs/blob/master/bin/control#L224 for how I'm handling this.
The text was updated successfully, but these errors were encountered: