Added LESS configuration and cleaned up /public

This commit is contained in:
2015-04-24 01:49:13 -04:00
parent eb1f48ad9c
commit 3aad88b19d
10 changed files with 11 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ extends base
block head
title c0db
link(rel="stylesheet" href="/codemirror.css")
link(rel="stylesheet" href="/css/codemirror.css")
block nav
@@ -19,7 +19,7 @@ block body
button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile
#codearea
textarea.code.formControl.sh_c(rows="12" id="inputCode")
.col-md-6
p.lbl.
Bytecode
@@ -33,9 +33,9 @@ block body
textarea#output.panel.panel-default.code
 
block script
script(type="text/javascript" src="codemirror-compressed.js")
script(type="text/javascript" src="js/codemirror-compressed.js")
script(type="text/javascript" src="vm/vm.js")
script(type='text/javascript').