Minor changes

This commit is contained in:
2016-11-14 00:34:01 +09:00
parent e6c17a67c3
commit e23f843450
11 changed files with 394 additions and 5 deletions

View File

@ -10,8 +10,7 @@ import (
var app = aero.New()
func main() {
// app.SetStyle(bundledCSS)
app.SetStyle("")
app.SetStyle(components.BundledCSS)
scripts, _ := ioutil.ReadFile("temp/scripts.js")
js := string(scripts)