Comment 2 for bug 1269727

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/67096
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=26a3dd3229ae24aad8a0013ed5375f5594f87d65
Submitter: Jenkins
Branch: master

commit 26a3dd3229ae24aad8a0013ed5375f5594f87d65
Author: Maxime Vidori <email address hidden>
Date: Thu Jan 16 11:15:25 2014 +0100

    Use unminified javascript files

        In Debian, minified javascript are considered either as an
    obfuscation of the original code, or as a "compiled-in binary"
    version of them, and therefore minified javascript files are
    considered non-free.

        Moreover, the use of unminified javascript will ease the
    development on client side. There will be no impact on Horizon
    performance due to the compress tag of Django.

    Change-Id: I8f6eee651fe1096cc7262ef92d614c716d2e9b55
    backport: havana
    Closes-Bug: #1269727