[
https://issues.apache.org/jira/browse/DISPATCH-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16539879#comment-16539879
]
ASF subversion and git services commented on DISPATCH-1076:
-----------------------------------------------------------
Commit 7dd16adf39efe674b43cfdcbe504b5d7f8601e3c in qpid-dispatch's branch
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=7dd16ad ]
DISPATCH-1076 Don't rebuild console if .js file changes; just do a copy.
> Don't concat console's source files into a single file
> ------------------------------------------------------
>
> Key: DISPATCH-1076
> URL: https://issues.apache.org/jira/browse/DISPATCH-1076
> Project: Qpid Dispatch
> Issue Type: Improvement
> Components: Console
> Affects Versions: 1.2.0
> Reporter: Ernest Allen
> Assignee: Ernest Allen
> Priority: Minor
> Fix For: 1.3.0
>
>
> The console is structured using ES6 module syntax (export/import). Each file
> is a separate module. Currently those files/modules are all concatenated into
> a single file during the console's build process. This is not the correct way
> to handle ES6 modules. They should remain in separate files. This allows the
> browser to cache them correctly.
> Don't concatenate the console's source files into a single file during the
> build. Third party libraries should still be concatenated into a single file
> since they are not ES6 modules.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]