Gulp Liquid
===========
Liquid plugin for gulp
Default tags
------------
- assign
- capture
- case
- comment
- decrement
- for
- if
- ifchanged
- include
- increment
- raw
- unless
- abs
- append
- capitalize
- ceil
- date
- default
- dividedby
- downcase
- escape
- escapeonce
- first
- floor
- join
- last
- lstrip
- map
- minus
- modulo
- newlinetobr
- plus
- prepend
- remove
- removefirst
- replace
- replacefirst
- reverse
- round
- rstrip
- size
- slice
- sort
- split
- strip
- striphtml
- stripnewlines
- times
- truncate
- truncatewords
- uniq
- upcase
- urlencode
.pipe(liquid())
.pipe(gulp.dest("./dist"));
```
API
---
liquid(options)
- options.data - {Object} - The locals object is passed as template variables to the liquid templating engine.
- options.tags - {Object} - Custom tags. See registration-of-new-tags
- options.filters - {Object} - Custom filters. See registration-of-new-filters