Skip to content

Commit acf707e

Browse files
committed
Modify homepage build script, add component doc generation
This adds back the component build html, and revamps the home/build scripts. __Components build__ - Renders component - Shows stats - Shows classes used - Includes list of modules with links - Adds pre block with CSS - Adds an npm install command
1 parent 7b11e75 commit acf707e

File tree

11 files changed

+2352
-3744
lines changed

11 files changed

+2352
-3744
lines changed

build.js

+3-5
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)