Skip to content

A micro-plugin to compile Metalsmith before every Brunch compile.

Notifications You must be signed in to change notification settings

nerevu/metalsmith-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

after-brunch

Want to run something on the command line everytime brunch compiles? Easy.

Usage

Add "after-brunch": "x.y.z" to package.json of your brunch app. Or npm install after-brunch --save.

Then in your config.coffee just add any commands to the afterBrunch array. For example, you might want to use styledocco to create a live styleguide of your stylesheets.

exports.config =plugins:
    afterBrunch: [
      'styledocco -n "My Project" css'
    ]

About

A micro-plugin to compile Metalsmith before every Brunch compile.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%