[Pkg-javascript-devel] packaging JsSIP - npm, grunt, etc

Daniel Pocock daniel at pocock.com.au
Sat Feb 23 23:19:25 UTC 2013


I've had a look at JsSIP:

https://github.com/versatica/JsSIP

In particular, it is built using a tool called grunt, and that requires
nodejs and the npm tool

It also pulls in some other dependencies:

https://github.com/opentelecoms-org/JsSIP/blob/master/package.json#L23

  "devDependencies": {
    "grunt": "0.3.17",
    "pegjs": "0.7.0",
    "node-minify": "~0.7.2"
  },


I'm just wondering what is the approach here:

a) should I iteratively create packages for everything in this hierarchy?

b) or do I just package the release artifact distributed from upstream?

  http://jssip.net/download/




More information about the Pkg-javascript-devel mailing list