Skip to content

Commit

Permalink
update: take up ade changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Feb 12, 2024
1 parent 73d63b7 commit aad9d9d
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 156 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ ecosystem, where `ADe` houses entity definitions for:
- `Template` - a jinja template for an application input file

The relevant data parameterizing these entities is housed in
the [Application Flavors](https://github.com/Exabyte-io/exabyte-application-flavors)
the [Application Flavors](https://github.com/Exabyte-io/application-flavors)
repository. This includes the supported applications, executables, flavors,
and defined templates.

Templates themselves are organized by application in a top-level `assets`
directory in `application-flavors` and the API for loading and working with templates can be found in
each application's `assets.js` module.
At build time, all templates are loaded and compiled into a single monolithic
JS file using `build_templates.js` so that it can be used in the client as well as in NodeJS.
TS file using `build_application_trees.ts` so that it can be used in the client as well as in NodeJS.
This is how templates are consumed from `applicaton-flavors` in `ADe`.
Loading

0 comments on commit aad9d9d

Please sign in to comment.