From 44d5bf27e9cbd99726b460146297173a3a0b5519 Mon Sep 17 00:00:00 2001 From: Doug Fritz Date: Mon, 18 Apr 2011 17:36:10 -0700 Subject: [PATCH] inlined the css --- index.html | 2 +- utils/barnraiser.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index 1fa3476..669981b 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@
  • Download the minified source [255.9kb] + id="buildsize">[254.1kb]
  • diff --git a/utils/barnraiser.py b/utils/barnraiser.py index 81e9ad9..54282b1 100644 --- a/utils/barnraiser.py +++ b/utils/barnraiser.py @@ -101,10 +101,6 @@ def build(src): with open(outpath,'w') as f: f.write(compiled) - outpath = os.path.join(BUILD_ROOT, BUILD_NAME+'.css') - with open(outpath,'w') as f: - f.write(code) - size = bytes_to_kb(os.path.getsize(outpath)) with open(INDEX,'r') as f: index = f.read()