YUICompressor-NET / YUICompressor.NET

Port of Yahoo!'s Java YUICompressor to .NET
BSD 3-Clause "New" or "Revised" License
122 stars 61 forks source link

VueJS missing : after property id #17

Closed judocode closed 7 years ago

judocode commented 8 years ago

Hi -

We are having troubles compressing VueJS using this package, although it works just fine using the original java version. Error message:

Failed to read/parse data in file [\scripts\libraries\vue.js]
missing : after property id 

Also, it would help if the error message included the line number in the JS file that is being compressed so that we can debug it more easily.

freeranger commented 8 years ago

Can you put together a minimal example project demonstrating the problem?

freeranger commented 7 years ago

Closing due to lack of response from reporter