0.1.1 • Published 9 years ago
broccoli-wintersmith v0.1.1
broccoli-wintersmith
Allow you to manage your Wintersmith-generated static site from a Broccoli Brocfile.
Usage
Your plugin can be used in Brocfile.js
like so:
var wintersmith = require('broccoli-wintersmith');
var wintersmithPublicOutput = 'wintersmith-site';
wintersmithPublicOutput = wintersmith(wintersmithPublicOutput);
See the example directory for a working basic Wintersmith site.