diff --git a/index.html b/index.html index 57f3d1d..68fdba9 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()