Skip to content

lhagan/wintersmith-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published