0.2.2 • Published 10 years ago

wintersmith-coffee v0.2.2

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

wintersmith-coffee

CoffeeScript plugin for wintersmith.

install:

npm install wintersmith-coffee

then add ./node_modules/wintersmith-coffee/ 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-coffee/"
  ]
}

Test

Test is written using Mocha. Install it globally, then run

$ mocha --compilers coffee:coffee-script
0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago