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.
Gruntfile changed uglify mangle from except to reserved because with except an exception is generated when npm run build.