Skip to content

Commit

Permalink
Merge pull request #101 from dcalhoun/bug/missing-gulp-newer
Browse files Browse the repository at this point in the history
Add missing dependency: gulp-newer
  • Loading branch information
sondr3 committed Nov 2, 2015
2 parents 9a8a91f + 2139e73 commit 74afd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = generators.Base.extend({
'gulp-inject': '^2.2.0',
'gulp-load-plugins': '^1.0.0-rc.1',
'gulp-minify-css': '^1.2.0',
'gulp-newer': '^1.0.0',
'gulp-postcss': '^6.0.0',
'gulp-rename': '^1.2.2',
'gulp-rev': '^6.0.0',
Expand Down
1 change: 1 addition & 0 deletions test/gulp.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('jekyllized:gulp', function () {
'"gulp-inject": "^2.2.0"',
'"gulp-load-plugins": "^1.0.0-rc.1"',
'"gulp-minify-css": "^1.2.0"',
'"gulp-newer": "^1.0.0"',
'"gulp-postcss": "^6.0.0"',
'"gulp-rename": "^1.2.2"',
'"gulp-rev": "^6.0.0"',
Expand Down

0 comments on commit 74afd24

Please sign in to comment.