Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
chore(bump): v4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Dec 16, 2019
1 parent c5f1ca0 commit 42be028
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@

## 4.5.3

- Adds Twig support to the HTML task.
Basic use: in `task-config.js`, set `html.templateLanguage` to `twig.
Advanced use: pass [`gulp-twig` options](https://github.com/zimmen/gulp-twig#options) in `task-config.js`'s `html.twig`
Adds Twig support to the HTML task.

Basic use: in `task-config.js`, set `html.templateLanguage` to `twig`.

```javascript
html : {
templateLanguage: 'twig',
},
```

Advanced use: pass [`gulp-twig` options](https://github.com/zimmen/gulp-twig#options) in `task-config.js`'s `html.twig`

```javascript
html: {
templateLanguage: 'twig',
twig: {…},
},
```

## 4.5.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blendid",
"version": "4.5.2",
"version": "4.5.3",
"description": "A full featured configurable asset pipeline and static site builder",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 42be028

Please sign in to comment.