hozawa Posted January 16, 2015 Posted January 16, 2015 Visualize.js page was erroring with "SyntaxError: missing ) after argument list" on Visualize.js:59I've found the cause of this problem. It's the encoding of the visualize.js file. It seems JavaScript optimizer is creating optimized file with improper ANSI characters.To fix this, go to "optimized-scriptsbower_componentsvisualize-jsbuild" and change the encoding of this file to UTF-8.
Solution hozawa Posted January 16, 2015 Author Solution Posted January 16, 2015 Posting your answer into an answer.... (djohnson53)I've found the cause of this problem. It's the encoding of the visualize.js file. It seems JavaScript optimizer is creating optimized file with improper ANSI characters.To fix this, go to "optimized-scriptsbower_componentsvisualize-jsbuild" and change the encoding of this file to UTF-8.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now