Skip to content

Commit

Permalink
Time to compress the css into one! #147
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Apr 14, 2015
1 parent fe001b5 commit 57ebd08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/base.jade
Expand Up @@ -17,8 +17,9 @@ html(lang='en')
meta(name='keywords', content=misc_config['meta_keywords'])
meta#viewport(name='viewport', content='initial-scale=1')
if INLINE_FONTAWESOME
link(rel='stylesheet', href='{% static "style.css" %}')
link(rel='stylesheet', href='{% static "libs/font-awesome.css" %}')
- compress css
link(rel='stylesheet', href='{% static "style.css" %}')
link(rel='stylesheet', href='{% static "libs/font-awesome.css" %}')
else
link(rel='stylesheet', href='{% static "style.css" %}')
link(rel='stylesheet', href=FONTAWESOME_CSS)
Expand Down

0 comments on commit 57ebd08

Please sign in to comment.