🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

normalize-serve-jade

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-serve-jade

Opinionated jade server for frontend development workflow using Normalize.IO

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 23 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts