Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jade-tss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jade-tss

Compile Jade templates To TSS.

  • 0.7.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

grunt-jade-tss

Compile Jade templates to titanium style sheets.

Getting Started

This plugin requires Grunt ~0.4.0

npm install grunt-jade-tss --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-jade-tss');

Usage Examples

j2tss: {
  compile: {
    options: {
      data: {
        debug: false
      }
    },
    files: {
      "path/to/dest.tss": ["path/to/templates/*.jade", "another/path/tmpl.jade"]
    }
  }
}
j2tss:{
  compile: {
    expand:true
    src:"path/to/templates/*.jade"
    dest:"path/to/"
    ext: '.tss'
    flatten:true
  }
}

Task submitted by Casear Chu

This file was generated on Thu July 01 2013 12:01:29.

Keywords

FAQs

Package last updated on 01 Jul 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc