Updating gulp-hb version

This commit is contained in:
Jeff Avallone 2016-03-10 17:12:35 -05:00
parent 5f9a8ddfc1
commit a00a27e9b1
2 changed files with 3 additions and 3 deletions

View File

@ -71,8 +71,8 @@ gulp.task('markup', 'Build markup into ./build directory.', function() {
data: config.globs.data,
helpers: config.globs.helpers,
partials: config.globs.partials,
parsePartialName: function(file) {
return _.last(file.shortPath.split('/'));
parsePartialName: function(option, file) {
return _.last(file.path.split('/')).replace('.hbs', '');
},
bustCache: true
}))

View File

@ -21,7 +21,7 @@
"gulp-connect": "^2.3.1",
"gulp-docco": "0.0.4",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^2.6.5",
"gulp-hb": "^5.0.1",
"gulp-help": "^1.6.1",
"gulp-jscs": "^3.0.2",
"gulp-notify": "^2.0.1",