# task-jade

> Jade task for gulp ready to use.

Latest version **0.0.8** (published 2015-08-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install task-jade
pnpm add task-jade
yarn add task-jade
bun add task-jade
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.8 |
| Published | 2015-08-17 |
| First published | 2015-08-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Valentin Wetenkamp |
| Maintainers | silom |
| Keywords | gulp, task, precreated, jade |

## Links

- npm: https://www.npmjs.com/package/task-jade
- Repository: https://github.com/Silom/task-jade
- Homepage: https://github.com/Silom/task-jade#readme
- Issues: https://github.com/Silom/task-jade/issues
- npm.io page: https://npm.io/package/task-jade

## Dependencies (3)

- [gulp-jade](https://npm.io/package/gulp-jade.md) ^1.0.1
- [gulp-watch](https://npm.io/package/gulp-watch.md) ^4.2.4
- [gulp-plumber](https://npm.io/package/gulp-plumber.md) ^1.0.1

## Recent versions

- 0.0.8 (latest) — 2015-08-17
- 0.0.7 — 2015-08-17
- 0.0.6 — 2015-08-13
- 0.0.5 — 2015-08-13
- 0.0.4 — 2015-08-13
- 0.0.3 — 2015-08-13
- 0.0.2 — 2015-08-13
- 0.0.1 — 2015-08-13

## README

# 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.

---
_Source: https://npm.io/package/task-jade · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
