0.7.4 • Published 11 years ago

grunt-jade-tss v0.7.4

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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-jade2TSS');

Usage Examples

jade: {
  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.

0.7.4

11 years ago

0.7.3

11 years ago

0.7.2

11 years ago

0.7.1

11 years ago

0.7.0

11 years ago