This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
jquery-mobile
Watch
1
Star
0
Fork
You've already forked jquery-mobile
0
mirror of
https://github.com/Hopiu/jquery-mobile.git
synced
2026-03-16 22:10:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
docs-asset-loading
jquery-mobile
/
css
History
scottjehl
f184cf6b18
To bring back page loading performance in our working codebase and testing sites (as much as possible while including the entire framework with unminified code), this reinstates the concatenated index.php files for all CSS (theme + structure), and all JS (jQuery + jQM - all widgets). I've also removed the @import CSS file that was acting in place of the concatenated file. I edited the docs homepage (index.html) to link to the concatenated JS and CSS. Every docs page will still need HEAD edits to relink up to these files in the same way. Added gzip output to the combine.php file, which will make things load much faster during testing.
2012-01-17 11:38:22 +07:00
..
structure
Faster fade in (225ms vs 300) and out (100ms vs 150) to see if this feels snappier.
2012-01-16 18:26:52 -05:00
themes
To bring back page loading performance in our working codebase and testing sites (as much as possible while including the entire framework with unminified code), this reinstates the concatenated index.php files for all CSS (theme + structure), and all JS (jQuery + jQM - all widgets). I've also removed the @import CSS file that was acting in place of the concatenated file. I edited the docs homepage (index.html) to link to the concatenated JS and CSS. Every docs page will still need HEAD edits to relink up to these files in the same way. Added gzip output to the combine.php file, which will make things load much faster during testing.
2012-01-17 11:38:22 +07:00