Skip to content

Commit 9ba122d

Browse files
author
Marco Solazzi
committed
Merge branch 'feature/updates' into develop
2 parents c24ecbd + a6c9998 commit 9ba122d

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed

build/gulp-tasks/views.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ module.exports = function (gulp, $, options) {
1111
_ = require('lodash'),
1212
glob = require('glob'),
1313
map = require('vinyl-map'),
14-
through = require('through2'),
1514
lazypipe = require('lazypipe'),
1615
data = {},
1716
paths = options.paths,
@@ -84,11 +83,7 @@ module.exports = function (gulp, $, options) {
8483
}
8584
});
8685
} else {
87-
userRefPipe = function empty() {
88-
return through.obj(function (file, enc, cb) {
89-
cb(null, file);
90-
});
91-
};
86+
userRefPipe = $.util.noop;
9287
}
9388

9489
gulp.task('views', function () {

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": "~0.12.0"
2727
},
2828
"dependencies": {
29-
"modernizr": "3.1.0"
29+
"modernizr": "3.2.0"
3030
},
3131
"devDependencies": {
3232
"autoprefixer": "6.0.3",
@@ -43,20 +43,20 @@
4343
"gulp-filter": "3.0.1",
4444
"gulp-header": "1.7.1",
4545
"gulp-if": "2.0.0",
46-
"gulp-imagemin": "2.3.0",
47-
"gulp-load-plugins": "1.0.0",
46+
"gulp-imagemin": "2.4.0",
47+
"gulp-load-plugins": "1.1.0",
4848
"gulp-minify-css": "1.2.1",
4949
"gulp-notify": "2.2.0",
5050
"gulp-plumber": "1.0.1",
5151
"gulp-postcss": "6.0.1",
5252
"gulp-rename": "1.2.2",
53-
"gulp-rev": "5.1.0",
53+
"gulp-rev": "6.0.1",
5454
"gulp-rev-replace": "0.4.2",
55-
"gulp-sass": "2.0.4",
55+
"gulp-sass": "2.1.0",
5656
"gulp-size": "2.0.0",
57-
"gulp-sourcemaps": "1.5.2",
57+
"gulp-sourcemaps": "1.6.0",
5858
"gulp-uglify": "1.4.2",
59-
"gulp-useref": "1.3.0",
59+
"gulp-useref": "2.0.1",
6060
"gulp-util": "3.0.7",
6161
"hasbin": "1.1.2",
6262
"image-size": "0.3.5",
@@ -72,8 +72,7 @@
7272
"postcss-pseudoelements": "3.0.0",
7373
"rsyncwrapper": "0.4.3",
7474
"run-sequence": "1.1.4",
75-
"ssh2": "0.4.11",
76-
"through2": "2.0.0",
75+
"ssh2": "0.4.12",
7776
"vinyl-map": "1.0.1",
7877
"yargs": "3.29.0"
7978
}

0 commit comments

Comments
 (0)