0.0.2 • Published 10 years ago

normalize-serve-jade v0.0.2

Weekly downloads
5
License
GPLv3
Repository
github
Last release
10 years ago

nlz serve-jade

This is a very opinionated nlz server that is mostly just a copy of normalize/koa.js, plus a static file server, and it renders the 'index.jade' file by default.

That index.jade file should include the following code or a variation thereof. For more info please see normalize/koa.js.

each entrypoint in entrypoints
	!= entrypoint.html
script!= livereload

Install and then simply start it in your project directory:

$ npm i -g normalize-serve-jade
$ nlz serve-jade