I'm using uglifyjs module in node.js. When I use the following command to minify my scripts, I get a javascript parse error from uglifyjs. Is there a way to ignore it?
I like to check my js errors in browser, not with uglifyjs.
cat file1.js file2.js | uglifyjs -o minified.js