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

Use Almond.js for minified build #61

Merged
merged 5 commits into from
Jul 2, 2013
Merged

Use Almond.js for minified build #61

merged 5 commits into from
Jul 2, 2013

Conversation

prashtx
Copy link
Contributor

@prashtx prashtx commented Jul 2, 2013

Use Almond.js to package the javascript code into a single file. This helps load time a bit and also helps avoid module-loading timeouts on slow connections.

Temporarily work around an Android 2.3 Browser issue where we don't see the application cache events.

/cc @hampelm

If we don't see an app cache event within a second, just proceed with what we've got.
We only need to download one js file, and we save a little bandwidth.
Matches our almond.js and r.js versions
@hampelm
Copy link
Contributor

hampelm commented Jul 2, 2013

Looks good. I think the hide/show problem is a different issue and doesn't block this release.

hampelm added a commit that referenced this pull request Jul 2, 2013
Use Almond.js for minified build
@hampelm hampelm merged commit a95f582 into master Jul 2, 2013
@hampelm hampelm deleted the gingerbread-fix branch July 2, 2013 20:39
@prashtx prashtx mentioned this pull request Jul 5, 2013
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.

None yet

2 participants