22 lines
894 B
Markdown
22 lines
894 B
Markdown
## Important Development Instructions
|
|
|
|
In this repository you will find 3 projects.
|
|
|
|
One of them is in the root and src directories of this repo, this is the project we're actively working on.
|
|
|
|
The other 2 are located at
|
|
|
|
- ./lime-repo
|
|
- ./openfl-repo
|
|
|
|
Instructions:
|
|
|
|
Analyze the openfl repo, this project contains a build chain based on HXP that can be called from the commandline. We need to document how this buildchain operates when the following command is ran.
|
|
|
|
`openfl test linux`
|
|
|
|
We already know that it makes some calls to lime under the hood which has a similar build chain.
|
|
|
|
The current project is built to create an openfl app using the hxml build system and bypass lime's/ openfl's build system entirely.
|
|
|
|
We are currently working on asset bundling, this is proving to be a difficult task. Please document how openfl does this in a file called BUILD_CHAIN_DOCUMENTATION_OPENFL.md |