mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
inlined the css
This commit is contained in:
parent
fdb30586d0
commit
44d5bf27e9
@ -130,7 +130,7 @@
|
||||
<li><a href="https://github.com/jonobr1/dat.gui/raw/versions/gui.min
|
||||
.js"><strong>Download the minified source</strong></a>
|
||||
<small
|
||||
id="buildsize">[255.9kb]
|
||||
id="buildsize">[254.1kb]
|
||||
</small>
|
||||
</li>
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user