From 4ff51bf18e801e04e0ed15d5d646cf439f667deb Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Mon, 8 Jan 2018 12:30:41 +0100 Subject: [PATCH] docs(vendor): add readme --- vendor/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vendor/README.md diff --git a/vendor/README.md b/vendor/README.md new file mode 100644 index 000000000..959edac8f --- /dev/null +++ b/vendor/README.md @@ -0,0 +1,27 @@ +# Vendor Libraries + +Libraries that are not available via yarn / the npm registry, are checked into git in the `vendor` +folder. + +Currently this affects the following libraries: + +## closure-compiler + +Version: `20140814` + +The closure-compiler is available on npm, but not the version we are using. + +## ng-closure-runner + +Version: `0.2.4` + +This project has never been published to npm. + +# Updating the libraries + +If a different version becomes available, it must be manually downloaded and replaced in the +repository. + +Should yarn support requiring zip archives in the future (see +[yarn github issue: Zip support](https://github.com/yarnpkg/yarn/issues/1483)), +we can remove the libraries from the repository and add them to the package.json.