blvz / wintersmith-livescript

Plugin for wintersmith, compiles `.ls` into `.js`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wintersmith-livescript

LiveScript plugin for wintersmith.

install:

npm install wintersmith-livescript

then add ./node_modules/wintersmith-livescript/ to config.json like:

{
  "locals": {
    "url": "http://localhost:8080",
    "name": "The Wintersmith's blog",
    "owner": "The Wintersmith",
    "description": "-32°C ain't no problems!",
    "index_articles": 3
  },
  "plugins": [
    "./node_modules/wintersmith-livescript/"
  ]
}

About

Plugin for wintersmith, compiles `.ls` into `.js`


Languages

Language:LiveScript 94.4%Language:JavaScript 5.6%