0.0.3 • Published 10 years ago
dsf-export-static v0.0.3
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.