Skip to content

Commit 3403470

Browse files
author
Mehdy Dara
committed
Merge pull request #454 from andrenovax/patch-1
fix(markups): partials not injected into templateCacheHtml.js
2 parents 5a328eb + 6388097 commit 3403470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/gulp/_markups.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(options) {
2020
.pipe($.consolidate('handlebars')).on('error', options.errorHandler('Handlebars'))
2121
<% } %>
2222
.pipe($.rename(renameToHtml))
23-
.pipe(gulp.dest(options.tmp + '/serve/'))
23+
.pipe(gulp.dest(options.tmp + '/serve/app/'))
2424
.pipe(browserSync.reload({ stream: true }));
2525
});
2626
};

0 commit comments

Comments
 (0)