How to use the consolidate.just function in consolidate

To help you get started, we’ve selected a few consolidate examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github robertmain / jukebox / backend / src / index.js View on Github external
app.configure(function(){
	app.engine('htm', cons.just);
	app.set('view_engine', 'htm');
	app.set('views', __dirname + '/public');
	app.use(express.static("public"));
});

consolidate

Modern and maintained fork of the template engine consolidation library. Maintained and supported by Forward Email <https://forwardemail.net>, the 100% open-source and privacy-focused email service.

MIT
Latest version published 8 months ago

Package Health Score

79 / 100
Full package analysis