git ssb

16+

Dominic / patchbay



Commit bde94ec16b8af91da0d44e2d4bd6ce54d9c23e65

Load base css before theme css

Charles Lehner committed on 8/14/2016, 3:17:27 AM
Parent: 079f7646fd62a11c7e71deabb533b888890f1093

Files changed

index.jschanged
index.jsView
@@ -17,17 +17,17 @@
1717 var modules = require('./modules')
1818
1919 var u = require('./util')
2020
21+document.head.appendChild(h('style', require('./style.css.json')))
22+
2123 modules['sbot-api.js'] = SbotApi()
2224 combine(modules)
2325
2426 if(process.title === 'node') {
2527 console.log(require('depject/graph')(modules))
2628 process.exit(0)
2729 }
2830
29-document.head.appendChild(h('style', require('./style.css.json')))
30-
3131 document.body.appendChild(modules['app.js'].app())
3232
3333

Built with git-ssb-web