Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Concatenation after minifying and ADVANCED_OPTIMIZATIONS #162

@bungle

Description

@bungle

If I understand correctly, this ANT Build task does js-minification in this order:

  1. minifies every js file
  2. concatenates minified js files

This is really problematic if you want to use Closure Compiler's ADVANCED_OPTIMIZATIONS. The order should be reversed:

  1. concatenates js files
  2. minifies the concatenated file

Or have I understood something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions