mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 143 forks source link

Parsing errors with ASP .NET MVC 4 Minifier #71

Closed georgiosd closed 11 years ago

georgiosd commented 11 years ago

Looks like the regex in userData has to be changed to /[^-._0-9A-Za-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u037f-\u1fff\u200c-\u200d\u203f\u2040\u2070-\u218f]/g

(Escaped first dash and added a zero to u37f)

scottgonzalez commented 11 years ago

Duplicate of #65.