Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to minify #46

Closed
calexo opened this issue Feb 25, 2013 · 1 comment
Closed

Error when trying to minify #46

calexo opened this issue Feb 25, 2013 · 1 comment
Milestone

Comments

@calexo
Copy link
Contributor

calexo commented Feb 25, 2013

Hello,
typeahead.js won't minify using Google Closure Compiler, due to errors in code (36 for 0.8.1).
I used this to test :
http://closure-compiler.appspot.com/home

Thanks !

@jharding
Copy link
Contributor

Seems like the Closure Compiler does not approve of using char as a variable name 😦. For now you could replace the usage of char in typeahead.js with something else to get it working. I'll be sure to fix this in v0.8.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants