jquery-mobile/css
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