You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/12/16 23:16:23 UTC

[23/37] git commit: [#6942] Never try to compress dynamic tool icon css

[#6942] Never try to compress dynamic tool icon css

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/d4a37fd1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/d4a37fd1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/d4a37fd1

Branch: refs/heads/db/5424
Commit: d4a37fd19d5c51497323c2f4d5a0ac53581735f6
Parents: c42080e
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Mon Dec 16 18:30:43 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Mon Dec 16 18:30:43 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/master.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d4a37fd1/Allura/allura/templates/jinja_master/master.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
index f574635..9122b1c 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -28,7 +28,7 @@
 {% do g.register_forge_js('js/pb.transformie.min.js') %}
 {% do g.register_forge_js('js/allura-base.js') %}
 {% do g.register_forge_css('css/forge/hilite.css') %}
-{% do g.register_css('/nf/tool_icon_css') %}
+{% do g.register_css('/nf/tool_icon_css', compress=False) %}
 {% do g.theme.require() %}
 {% do g.resource_manager.register_widgets(c) %}
 {# paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ #}