0.0.8 • Published 9 years ago

task-jade v0.0.8

Weekly downloads
22
License
MIT
Repository
github
Last release
9 years ago

Task-Jade

Compiles and watches Jade-files.

npm install --save task-jade

If you have any idea on other tasks that you need in your project, just tell me and I will most likely create it for you :).

Configurations

Task will have the name 'jade:watch' and jade:build.

Build will build one time. Watch will build on change.

rootFile

The index file of you project.

output

Glop for the destination of the html.

watch

Glop for watcher.

Example:

require("task-jade")(gulp, {
  rootFile: './src/index.jade',
  output: dest,
  watch: './src/**/*.jade'
})

Advanced

Add this line to your gulp object:

gulp.isProduction = true

The html is rendered pretty as default, with the production flag it gets minified.

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago