You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2018/08/23 12:14:15 UTC

[GitHub] Incubatio opened a new issue #275: Compiling for prod generate error from debug-js

Incubatio opened a new issue #275: Compiling for prod generate error from debug-js
URL: https://github.com/apache/royale-asjs/issues/275
 
 
   Compiling with ```royale serve:prod``` seem to first compile js-debug, and second to compile (and not only minifying ?) js-prod from js-debug.
   
   While doing second one, i get a chunk of WARNING, ERROR and SEVERE on the js-debug, such as:
   com.google.javascript.jscomp.LoggerErrorManager println
   SEVERE: [...]/RoyalProyekt/tests/bin/js-debug/org/apache/royale/utils/Language.js:12: ERROR - required "goog.DEBUG" namespace never provided
   goog.require('goog.DEBUG');
   
   com.google.javascript.jscomp.LoggerErrorManager println
   SEVERE: [...]/RoyalProyect/tests/bin/js-debug/io/nfg/wmg/battle/modes/StayAlive.js:12: ERROR - required "io.nfg.wmg.battle.BattleLogic" namespace not provided yet
   goog.require('io.nfg.wmg.battle.BattleLogic');

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services