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

Added jspm install feature #25

Closed kosz closed 8 years ago

kosz commented 9 years ago
joakimbeng commented 9 years ago

Hmm, config.js feels like a quite common filename so I think it would be better to check for it in package.json like you said. Maybe a simple regex looking for "jspm": in that file would suffice, instead of parsing the json. What do you think?

kosz commented 8 years ago

sorry just saw this now.

you have a point, indeed I noticed that the config.js can have multiple names.

will give this some thought over the weekend.

giovannicandido commented 8 years ago

Hi guys, This is a neat feature +1 for the support. I agree config.js looks like a common file name

kosz commented 8 years ago

well it's been half a year, and I feel JSPM is loosing traction. sorry I've neglected this for so long