You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version features a complete rewrite of the plugin to update it's code to modern es6 javascript, which involve some breaking changes.
6
+
7
+
- Removed settings hash (third argument), consequentially `settings.ext` (setting output file extension) is no longer supported. If you need to rename the ejs files extension please use [gulp-rename](https://npmjs.com/package/gulp-rename).
8
+
- Renamed exposed `ejs` object to `__EJS__`
9
+
10
+
Please check the [README](https://github.com/rogeriopvl/gulp-ejs/blob/master/README.md) file for more info on how migrate to version 4.
11
+
12
+
## Previous versions
13
+
14
+
Please check [The github releases page](https://github.com/rogeriopvl/gulp-ejs/releases) for previous versions changelog.
0 commit comments