Socket
Book a DemoInstallSign in
Socket

component-jade-fixed

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-jade-fixed

Temporary (component < 1.0.0) component plugin for jade .templates/.scripts

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Component-Jade-Fixed

Only for component < 1.0.0

Install

# the module to --use
npm install component-jade-fixed
# depends on the jade runtime -- only needed if you use the .scripts
component install component-jade-fixed

Usage

component.json :

{
  // - Require a Jade function
  // usage : div.innerHTML = require('./template.jade')({my: 'arguments'})
  "scripts": ["template.jade"],

  // - Require a HTML string
  // usage : div.innerHTML = require('./tmpl-html.html')
  "templates": ["tmpl-html.jade"]
}

FAQs

Package last updated on 11 Apr 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