Skip to content

lvivier/wintersmith-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintersmith-component

Component plugin for wintersmith.

HEY! Component is not maintained anymore and neither is this module!

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
  urlPrefix: '..'                   # prefix CSS urls
  use: []                           # array of builder.js plugins†

list of component builder plugins

About

Component plugin for wintersmith

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published