Use a CSS file compiled by Sass for development.

This is just a temporary measure so I can use the version of the CSS compiled by
Sass while I'm working on this fork. It will be reverted once the work is
finished.
This commit is contained in:
Brian McAllister 2013-02-17 17:16:25 -05:00
parent 13d5dd373c
commit 5bfe5041ab
2 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -27,3 +27,5 @@ tmp
src/website/settingslocal.py src/website/settingslocal.py
stunnel.log stunnel.log
font-awesome.sass.css

View File

@ -21,7 +21,8 @@
<link rel="stylesheet" href="assets/css/site.css"> <link rel="stylesheet" href="assets/css/site.css">
<link rel="stylesheet" href="assets/css/prettify.css"> <link rel="stylesheet" href="assets/css/prettify.css">
<link rel="stylesheet" href="assets/css/font-awesome.css"> <link rel="stylesheet" href="assets/css/font-awesome.sass.css">
<!-- <link rel="stylesheet" href="assets/css/font-awesome.css"> -->
<!--[if IE 7]> <!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css"> <link rel="stylesheet" href="assets/css/font-awesome-ie7.min.css">
<![endif]--> <![endif]-->