dsf-export-static
v0.0.3
Published
Export a static version of DSF UI (https://github.com/lipsumar/design-system-framework)
Downloads
13
Readme
dsf-export-static
A plugin for DSF.
Export a static verision of the UI (styleguide) to easily host somewhere (Dropbox, github-pages, FTP, ...).
How to use
1. Install
$ npm install dsf-export-static2. Configure in DSF config
{
"plugins":[
"./node_modules/dsf-export-static"
]
}3. Use
$ npm run dsf dsf-export-staticIt will export all files in directory out/export-static/.
Please report bugs on github.
