Skip to content

minification is applied after eval(...) wrappers #319

@mere

Description

@mere

if useSourceUrl = true, and optimize = "uglify", the minification/uglification process is applied at the wrong time:

Current result:

  1. all file contents get wrapped in eval("...") calls.
  2. the minification is applied.
    At the time of the minification the file contents are represented as strings inside the eval() call, so they are left as they are. No minification/uglification applied

Expected result:

  1. minification should be applied fist
  2. once they are minified, they should be wrapped up in the eval("...") calls.

I hope it made sense.

Cheers,
Zoltan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions