abagshaw / brackets-minifier

Minifies and Concatenates JS and CSS in Brackets using UglifyJS3 and CleanCSS
MIT License
54 stars 15 forks source link

stopped working #16

Closed manuel-84 closed 8 years ago

manuel-84 commented 8 years ago

When I save a file it should compile the minified version, but there is an error: Name expected @ main.js : 143

abagshaw commented 8 years ago

I'll look into this a bit further but can you verify this is an issue with the plugin and not your code? It could very well be an error from UglifyJS saying there was a problem minifying your js because of issues with the code.

Can you create a new js file, write something simple and then try to minify that?

manuel-84 commented 8 years ago

Yep, it was a mistake in the code (,; at the end of a statement), thanks