Skip to content

Problem with minifiers #2

Description

@rstacruz

When you define a class like so:

_.class({
  initialize: function($name, $age) { ... }
});

...those names will be changed upon minification (say with uglifyjs -m), and will not work as intended anymore.

I don't think there's any easy way to fix this, unfortunately.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions