0.1.1 • Published 9 years ago

wintersmith-babel v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

wintersmith-babel

Wintersmith plugin for Babel

Installing

Install globally or locally using npm

npm install [-g] wintersmith-babel

and add wintersmith-babel to your config.json

{
  "plugins": [
    "wintersmith-babel"
  ]
}

Requirements

Depending on which Babel features you use it is a good idea (pretty much required) to include babel-polyfill.js in your primary template (along with compiles scripts). This file can be built using Babel-core

Reminder: It must be stored in your contents folder to be included in a Wintersmith build

Build

To build from src run npm run prepublish