[geeklog-hg] geeklog: Denim: switched from style.css to style.min.css

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Apr 8 12:18:16 EDT 2015


changeset 9587:b6c8ab926cb6
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b6c8ab926cb6
user: dengen <taharaxp at gmail.com>
date: Thu Apr 09 01:17:10 2015 +0900
description:
Denim: switched from style.css to style.min.css

diffstat:

 public_html/layout/denim/functions.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b59ec7e2ee54 -r b6c8ab926cb6 public_html/layout/denim/functions.php
--- a/public_html/layout/denim/functions.php	Thu Apr 09 01:10:33 2015 +0900
+++ b/public_html/layout/denim/functions.php	Thu Apr 09 01:17:10 2015 +0900
@@ -60,8 +60,8 @@
 
     return array(
         array(
-            'name' => 'theme',            
-            'file'       => '/layout/' . $_CONF['theme'] . '/css_' . $LANG_DIRECTION . '/style.css',
+            'name' => 'theme',
+            'file'       => '/layout/' . $_CONF['theme'] . '/css_' . $LANG_DIRECTION . '/style.min.css', // change '/style.css' during debugging
             'attributes' => array('media' => 'all')
         )
     );



More information about the geeklog-cvs mailing list