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
- Host: GitHub
- URL: https://github.com/grawl/jade-filters
- Owner: Grawl
- Created: 2015-03-26T04:32:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T05:56:51.000Z (over 11 years ago)
- Last Synced: 2025-08-11T08:25:05.117Z (11 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.