wintersmith-component

0.0.6 • Public • Published

wintersmith-component

Component plugin for wintersmith.

Still in a development stage (0.0.5), PRs welcome!

Install

Using wintersmith:

$ wintersmith plugin install component

Using npm:

$ npm install wintersmith-component

Usage

TODO docs. For now, see the example directory.

Options

Specify options under the component key of your config.

defaults =
  dev: env.mode == 'preview'        # include development dependencies 
  sourceUrls: env.mode == 'preview' # add @sourceURLs for easy debugging 
  src: '.'                          # location of base component.json 
  js: 'build/build.js'              # path to JS output 
  css: 'build/build.css'            # path to CSS output 
  use: []                           # array of builder.js plugins† 

list of component builder plugins

Readme

Keywords

none

Package Sidebar

Install

npm i wintersmith-component

Weekly Downloads

2

Version

0.0.6

License

MIT

Last publish

Collaborators

  • lvivier