An open API service indexing awesome lists of open source software.

https://github.com/grawl/jade-filters

test some Jade filters with grunt-contrib-jade
https://github.com/grawl/jade-filters

Last synced: 10 months ago
JSON representation

test some Jade filters with grunt-contrib-jade

Awesome Lists containing this project

README

          

# jade-filters
test some Jade filters with grunt-contrib-jade

Usage:

- `npm i`
- `grunt jade:`

## Current filters status:

- [x] [CoffeeScript](https://github.com/jashkenas/coffeescript) `:coffee`
- [x] [Stylus](https://github.com/Automattic/stylus) `:styl`
- [ ] [Sass](https://github.com/sass/node-sass) (`node-sass`) `:sass`
- [ ] [Mammouth](https://github.com/btwael/mammouth) `:mammouth`

## Current errors

### Sass

```
>> TypeError: source/sass.jade:4
>> 2| html
>> 3| body
>> > 4| :sass
>> 5| #block
>> 6| color: red
>>
>> Cannot convert null to object
```

### Mammouth

Exported is equal to import. No errors.