Skip to content

Commit 9e610fd

Browse files
committed
Begin build modifications
This adds back the component build html, and revamps the home/build scripts. TODO: - Revamp lib/ scripts - Cleanup dependencies
1 parent 7b11e75 commit 9e610fd

File tree

11 files changed

+2786
-3712
lines changed

11 files changed

+2786
-3712
lines changed

build.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
var componentsBuild = require('./src/components-build')
2-
var tableOfStylesBuild = require('./src/table-of-styles-build')
3-
4-
componentsBuild()
5-
tableOfStylesBuild()
1+
require('./src/components-build')()
2+
require('./src/table-of-styles-build')()
3+
require('./src/home-build')()

0 commit comments

Comments
 (0)