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

Minified version of the fr-FR settings is buggy #27

Closed
Strato opened this issue Mar 10, 2011 · 3 comments
Closed

Minified version of the fr-FR settings is buggy #27

Strato opened this issue Mar 10, 2011 · 3 comments

Comments

@Strato
Copy link

Strato commented Mar 10, 2011

Hello,

I don't know which minifier you use but the minified version of the fr-FR settings is buggy (jquery.glob.fr-FR.min.js). It just won't load correctly, throwing an error in Firebug. The non-minified version is OK.

@blq
Copy link
Contributor

blq commented Mar 15, 2011

FYI, to help track down. The version in the old repository at https://github.com/nje/jquery-glob seems to work in minified mode.

@jozefizso
Copy link

Minimized globalization files are not referencing $.global.cultures object but $.cultures which is undefined.

@rdworth
Copy link
Contributor

rdworth commented Jul 27, 2011

This was an issue in minified files that used to be checked into the repository (along with the unminified files they came from). This is no longer the case. Only unminified files are checked in now, and a build script will handle minification.

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

No branches or pull requests

4 participants