Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Include grunt and bower npm modules by default in the Node cartridge #4069

Open
engineersamuel opened this issue Nov 1, 2013 · 5 comments
Open

Comments

@engineersamuel
Copy link

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.

@shafqat-a
Copy link

Agreed. I am also missing these. I have a grunt task to import mongo data. Could not do that without grunt

@Philzen
Copy link

Philzen commented Aug 1, 2014

👍

@nmagerko
Copy link

Has this not yet been resolved?

@ghost
Copy link

ghost commented Oct 21, 2014

👍

@finnp
Copy link

finnp commented Dec 4, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants