sourcegraph / jsg

JavaScript grapher -- part of GraphKit, a collection of source analyzers for popular programming languages
http://graphkit.org
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Makefile #2

Open andrewdeandrade opened 10 years ago

andrewdeandrade commented 10 years ago

What is the purpose of npm-install and rm_other_terns in the Makefile?

sqs commented 10 years ago

I had to move jsg into srclib-javascript because they'll be modified together a lot and don't wanna have au module hell. So this repo is no longer a separate thing

The makefile was to avoid object inequality issues with multiple versions but now that it's vendored in srclib-javascript it's no longer a worry.

Sent from my iPhone

On Jul 30, 2014, at 21:02, Andrew de Andrade notifications@github.com wrote:

What is the purpose of npm-install and rm_other_terns in the Makefile?

— Reply to this email directly or view it on GitHub.