started mithril.js based webui

This commit is contained in:
electron128 2016-01-02 15:52:17 +01:00
parent 4953324a3c
commit 363c4e0b14
9 changed files with 1360 additions and 0 deletions

View file

@ -0,0 +1,12 @@
module.exports = {
config:{
files:{
javascripts:{
joinTo: 'app.js'
},
stylesheets:{
joinTo: 'app.css'
}
}
}
};