Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoffstall authored and phated committed Jan 10, 2015
1 parent 0512659 commit 39845f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- added `gulp.symlink` which functions exactly like `gulp.dest`, but symlinks instead.
- globs passed to `gulp.src` will be evaluated in order, which means this is possible `gulp.src(['*.js', '!b*.js', 'bad.js'])` (exclude every JS file that starts with a b except bad.js)
- added `since` option to `gulp.src` which lets you only match files that have been modified since a certain date (for incremental builds)
- split CLI out into a module if you want to save bandwidth/disk space. you can install the gulp CLI using either `npm install gulp -g` or `npm install gulp-cli -g`, where gulp-cli is the smaller one (no module code included)

## 3.8.5

Expand Down

0 comments on commit 39845f2

Please sign in to comment.