This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9d693c5 more edits
9d693c5 is described below
commit 9d693c591a8c3cf64961f3c20212b82d04682ca4
Author: Harbs <[email protected]>
AuthorDate: Tue Dec 14 15:11:15 2021 +0200
more edits
---
libraries/compiled-code-libraries.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libraries/compiled-code-libraries.md
b/libraries/compiled-code-libraries.md
index d15ab99..91d2243 100644
--- a/libraries/compiled-code-libraries.md
+++ b/libraries/compiled-code-libraries.md
@@ -47,6 +47,8 @@ There are several files you will likely use for creating
libraries.
5. js-compile-config.xml
6. asconfig.json
+Of these files, `manifest.xml` and `defaults.css` are optional.
`compile-config.xml` and `js-compile-config.xml` are technically not needed
either, but using them makes it easier to compile your library.
+
## The Manifest
The manifest file (in our example named `manifest.xml`) is the file where you
declare the components you want to make available to MXML using your namespace.