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 2021/12/29 21:25:49 UTC

[royale-docs] branch master updated: Wrong header

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 531ff88  Wrong header
531ff88 is described below

commit 531ff88bfa257455b22c1362bb29e108739e1b24
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Dec 29 23:25:27 2021 +0200

    Wrong header
---
 create-an-application/optimizations/minification.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/create-an-application/optimizations/minification.md b/create-an-application/optimizations/minification.md
index d8d96a0..94d5ff5 100644
--- a/create-an-application/optimizations/minification.md
+++ b/create-an-application/optimizations/minification.md
@@ -19,9 +19,9 @@ title: Minification
 description: Options and considerations for minimized Javascript output
 permalink: /create-an-application/optimizations/minification
 ---
-# Optimizations
+# Minification
 
-Compiler settings and doc comments directives that can be used to improve generated output
+Options and considerations for minimized Javascript output
 
 ## Default behavior
 By default, Royale outputs a single minified Javascript file for deployment of the application. The minified file contains all the code needed for running your application. The code contains the necessary pieces of Framework code as well as your application code. The minification is done using Google's Closure Compiler. The goal for the default release output is that it should always work without consideration for how the code was written.