Skip to content

Issue323 Make IE compatible #385

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

Merged

Conversation

ray-print
Copy link
Contributor

Fix was not IE compatible.
I changed the version task a bit, let me know if that's not ok.

-Array.prototype.find not supported yet in IE (switch to using regex)
-Check for empty string before calling numeral functions
-Avoid testing on alternate delimiters in numeral -- numeral does not seem to be returning
correct values
The mechanism used to version these files is prone to error, because
it does a global search and replace looking
for the prior version and replacing it with the new version.
If any versions have been skipped or any version number has been
 altered by hand, this won't work.
The .dev files are not for release and so do not need to be versioned.
The production files contain a banner which will automatically
pull the right version number when the files are built.
victorjonsson added a commit that referenced this pull request Feb 18, 2016
@victorjonsson victorjonsson merged commit 799178e into victorjonsson:master Feb 18, 2016
@victorjonsson
Copy link
Owner

Superb!

@ray-print ray-print deleted the issue323_fixIeCompatibility branch February 18, 2016 05:12
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

Successfully merging this pull request may close these issues.

2 participants