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

Commit 42be028

Browse files
committed
chore(bump): v4.5.3
1 parent c5f1ca0 commit 42be028

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22

33
## 4.5.3
44

5-
- Adds Twig support to the HTML task.
6-
Basic use: in `task-config.js`, set `html.templateLanguage` to `twig.
7-
Advanced use: pass [`gulp-twig` options](https://github.com/zimmen/gulp-twig#options) in `task-config.js`'s `html.twig`
5+
Adds Twig support to the HTML task.
6+
7+
Basic use: in `task-config.js`, set `html.templateLanguage` to `twig`.
8+
9+
```javascript
10+
html : {
11+
templateLanguage: 'twig',
12+
},
13+
```
14+
15+
Advanced use: pass [`gulp-twig` options](https://github.com/zimmen/gulp-twig#options) in `task-config.js`'s `html.twig`
16+
17+
```javascript
18+
html: {
19+
templateLanguage: 'twig',
20+
twig: {…},
21+
},
22+
```
823

924
## 4.5.2
1025

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blendid",
3-
"version": "4.5.2",
3+
"version": "4.5.3",
44
"description": "A full featured configurable asset pipeline and static site builder",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)