asynquence icon indicating copy to clipboard operation
asynquence copied to clipboard

Builder

Open legodude17 opened this issue 9 years ago • 5 comments

build-all.js runs npm install in / and contrib/. Discussed in #54.

legodude17 avatar Jul 30 '16 18:07 legodude17

What is your opinion on this @getify?

legodude17 avatar Oct 28 '16 21:10 legodude17

Should I just close this @getify?

legodude17 avatar Dec 07 '16 23:12 legodude17

Sorry... no, I think there's good stuff here I just haven't had the time to think about this project. I barely got my attention today to fix a pretty insidious bug someone brought up. I do want to push this project forward, but I'm drawn in a lot of directions right now.

getify avatar Dec 07 '16 23:12 getify

Ok. Just wanted to get status. Keep up all your good work!

legodude17 avatar Dec 08 '16 00:12 legodude17

Would seem simpler to me to write an npm script in package.json such like:

"scripts": {
  "install-all": "npm install && cd contrib && npm install && cd ..",
  ...
}

then invoke on commandline like: npm run install-all

crazy4groovy avatar May 01 '17 00:05 crazy4groovy