File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments