implement local file cache
the file cache is populated with data defined in the manifest files configured for all components and will basically fetch everything from all components. This allows us to use this manifest service as the only source of truth for UI related sources and simplifies ingres setup a lot.
Showing
- spec/dependencies_test.js 64 additions, 6 deletionsspec/dependencies_test.js
- spec/file_caching_test.js 77 additions, 0 deletionsspec/file_caching_test.js
- spec/util.js 8 additions, 3 deletionsspec/util.js
- src/createApp.js 15 additions, 0 deletionssrc/createApp.js
- src/files.js 40 additions, 0 deletionssrc/files.js
- src/manifests.js 14 additions, 2 deletionssrc/manifests.js
Loading
Please register or sign in to comment