You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/12/29 21:28:49 UTC

[royale-asjs.wiki] branch master updated: Minification notes placeholder

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-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new f41da47  Minification notes placeholder
f41da47 is described below

commit f41da47f83601a82ea280439dfa1c4b3d73f88d1
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Dec 29 23:28:35 2019 +0200

    Minification notes placeholder
---
 Minification-Notes.md | 1 +
 _Sidebar.md           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Minification-Notes.md b/Minification-Notes.md
new file mode 100644
index 0000000..377c6a2
--- /dev/null
+++ b/Minification-Notes.md
@@ -0,0 +1 @@
+This page is for notes on code minification. What can be achieved. What are the trade-offs. Where we need to `@export` symbols and why. etc.
\ No newline at end of file
diff --git a/_Sidebar.md b/_Sidebar.md
index 1837acc..99c8922 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -28,6 +28,7 @@
 - [Terminology and Concepts](Terminology-and-Concepts)
 - [Public Variables](Public-Variables)
 - [Which Branch Do I Push To?](Branch-Management)
+- [Minification Notes](Minification-Notes)
 
 ## Continuous Integration (CI) Server
 - [CI Server Setup](CI-Server-Setup)