0.0.5 • Published 12 years ago
wintersmith-ls v0.0.5
wintersmith-ls
LiveScript plugin for wintersmith.
Translated to LiveScript by Elizabeth Marston. Original code by Jon
install:
npm install wintersmith-ls -g
then add wintersmith-ls to your plugins in the wintersmith config
or locally,
npm install wintersmith-lsthen add ./node_modules/wintersmith-ls/ to config.json like:
...
"plugins": [
"wintersmith-ls"
]
....