Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4ff51bf

Browse files
committed
docs(vendor): add readme
1 parent ba42ced commit 4ff51bf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

vendor/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Vendor Libraries
2+
3+
Libraries that are not available via yarn / the npm registry, are checked into git in the `vendor`
4+
folder.
5+
6+
Currently this affects the following libraries:
7+
8+
## closure-compiler
9+
10+
Version: `20140814`
11+
12+
The closure-compiler is available on npm, but not the version we are using.
13+
14+
## ng-closure-runner
15+
16+
Version: `0.2.4`
17+
18+
This project has never been published to npm.
19+
20+
# Updating the libraries
21+
22+
If a different version becomes available, it must be manually downloaded and replaced in the
23+
repository.
24+
25+
Should yarn support requiring zip archives in the future (see
26+
[yarn github issue: Zip support](https://github.com/yarnpkg/yarn/issues/1483)),
27+
we can remove the libraries from the repository and add them to the package.json.

0 commit comments

Comments
 (0)