ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Use git submodule to import Closure Library #205

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Closure Library moved to Git. We can now use git submodule instead of having a 
stale copy.

git clone https://code.google.com/p/closure-library/

Original issue reported on code.google.com by arv@chromium.org on 21 Feb 2013 at 3:42

GoogleCodeExporter commented 9 years ago
I believe npm install can do the git submodule update in case people didn't 
"git clone --recursive"

Original comment by arv@chromium.org on 21 Feb 2013 at 3:47

GoogleCodeExporter commented 9 years ago
There is now a npm clone of this. Since npm is the path we have chosen I'm 
going with that.

Original comment by arv@chromium.org on 22 Mar 2013 at 4:06