Commit feae32d32cd634e16d96edf91a1744992fcb3012
removed comments
Joran Kikke committed on 9/5/2016, 11:37:41 PMParent: e21a9be3a9549565bc7a341242f66ca526e31ce9
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -27,13 +27,5 @@ | ||
27 | 27 … | console.log(require('depject/graph')(modules)) |
28 | 28 … | process.exit(0) |
29 | 29 … | } |
30 | 30 … | |
31 | -// | |
32 | -// document.head.appendChild( | |
33 | -// h('style', fs.readFileSync('./css/bootstrap.css', 'utf8') | |
34 | -// )) | |
35 | -// document.head.appendChild( | |
36 | -// h('style', fs.readFileSync('./css/bootstrap_theme.css', 'utf8') | |
37 | -// )) | |
38 | - | |
39 | 31 … | document.body.appendChild(modules['app.js'].app()) |
Built with git-ssb-web