Skip to content

Commit

Permalink
2.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
wiledal committed Apr 6, 2019
1 parent 074c69c commit f000187
Show file tree
Hide file tree
Showing 4 changed files with 4,619 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### 2.4.0
* Lots of community fixes graceously assembled and merged by [KenEucker](https://github.com/KenEucker)

#### 2.3.1
* Isolated include to solve some scoping issues that happens when running multiple includes in parallel.

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Enables functionality similar to that of snockets / sprockets or other file inse
* Uses [globs](https://www.npmjs.com/package/glob) for simple path control
* Works recursively (files can include files that can include files, and so on)

*Warning: if you are updating from 1.x.x to 2.x.x, please read this readme to get up to date on the behavior of `gulp-include`*

## Installation
```shell
npm install gulp-include
Expand Down
Loading

0 comments on commit f000187

Please sign in to comment.