1.0.4 • Published 9 years ago

ehp v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

ehp

Simple Express HTML passthru view for those times when you need a quick static view and express insists on jade or ejs

Installation

$ npm install ehp

Features

* in-memory caching of static pages

Usage

	app.engine('html', require('ehp').renderFile);
	app.set('view engine', 'html');

Licensing

Licensed under MIT


Copyright (C) 2015 Ahmed Masud ahmed.masud@trustifier.com

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago