plentz / jquery-maskmoney

jQuery plugin to mask data entry in the input text in the form of money (currency).
https://plentz.github.io/jquery-maskmoney/
MIT License
963 stars 507 forks source link

changed mangle except to reserved #236

Closed danielrohers closed 7 years ago

danielrohers commented 7 years ago

Gruntfile changed uglify mangle from except to reserved because with except an exception is generated when npm run build.

message: '`except` is not a supported option',
  defs:
   { cache: null,
     eval: false,
     ie8: false,
     keep_fnames: false,
     properties: false,
     reserved: [],
     toplevel: false } }
>> Uglifying source src/jquery.maskMoney.js failed.
Warning: Uglification failed.
`except` is not a supported option.
 Use --force to continue.

Aborted due to warnings.