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
John Bender
48928248d9
remove gzip from combine
2011-09-22 14:40:59 -07:00
Eddie Monge
5bfc08bba2
Issue 2499: Some php improvements
2011-09-21 23:19:37 -07:00
Eddie Monge
3688e8fa92
minor changes to combine.php
2011-06-09 01:51:37 -07:00
Kin Blas
d5a2ed2f10
Fixed 413 - Dev issue: our .htaccess file on the server is doing a 301 redirect which is causing css and image loading issues.
...
- Switch to using a combine.php library and index.php scripts within each directory for combining files. This works around the iOS webkit bug that prevents images from being displayed the next time the page is loaded.
2010-11-09 13:58:28 -08:00
ossreleasefeed
531b1a8863
Added method to combine.php that writes the combined files to disk int the combined directory prior to being gzipped
2010-11-05 19:19:46 +08:00
ossreleasefeed
bb59c278c3
Added check for whether cache folder exists. If it does not, it is created and then written to
2010-11-05 19:19:46 +08:00
scottjehl
d5cbcf755b
Created a themes directory and moved all CSS and images there.
...
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.
Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
jzaefferer
7aab3129e5
Implode array before passing it to md5() - so far it 'worked' only because everyone else disabled error display
2010-09-21 22:25:01 +02:00
scottjehl
1d0fd4a7d8
committing all the mobiley goodness.
2010-09-10 18:23:13 -04:00