0.2.0 • Published 6 years ago

sourcejs-jade v0.2.0

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

Jade support for SourceJS

SourceJS middleware to support Jade markup language (*.jade) instead of native *.src.

Works with SourceJS v.0.5.6+.

Install

To install, run npm in sourcejs/user folder:

npm install sourcejs-jade --save

Then restart your SourceJS application, middleware will be loaded automatically.

Usage

After installing middleware, instead of index.src pages, you can index.jade files with Jade markup.

index.jade

h1 Jade - node template engine

#container.col
    p.
        Jade is a terse and simple
        templating language with a
        strong focus on performance
        and powerful features.

Examples

Jade Spec page example - https://sourcejs.com/specs/example-specs-showcase/jade (source).

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago