brianraymes opened a new issue #181:
URL: https://github.com/apache/royale-compiler/issues/181


   It appears that having anything within a package/folder of "prototype" fails 
minification; app fails to start.
   
   **Steps to Reproduce**
   
   1. _Create an AS file within a package that includes a folder named 
"package"_
   
   ```
   package com.something.prototype
   {
       public class SomeClassName
       {
           . . .
       }
   }
   ```
   
   2. Perform a release build
   
   **Expected Results**
   
   Application launches without issue.
   
   **Actual Results**
   
   Application fails to launch as something is corrupt within the produced 
minified javascript.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to