You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Svein (JIRA)" <ji...@apache.org> on 2017/04/20 14:13:04 UTC

[jira] [Created] (TAP5-2580) Quickstart project should not set SymbolConstants.MINIFICATION_ENABLED

Svein created TAP5-2580:
---------------------------

             Summary: Quickstart project should not set SymbolConstants.MINIFICATION_ENABLED
                 Key: TAP5-2580
                 URL: https://issues.apache.org/jira/browse/TAP5-2580
             Project: Tapestry 5
          Issue Type: Bug
          Components: quickstart
    Affects Versions: 5.4.2
            Reporter: Svein


I have been using it for a new project, but could not debug JavaScript. (I am using IntelliJ). I could not understand why, but after several hour a found out that configuration.add(SymbolConstants.MINIFICATION_ENABLED, true); was set in AppModule.java. I don't understand why this is set. I should not be set!!! If SymbolConstants.PRODUCTION_MODE= true then SymbolConstants.MINIFICATION_ENABLED is set to true. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)