We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a328eb + 6388097 commit 3403470Copy full SHA for 3403470
1 file changed
app/templates/gulp/_markups.js
@@ -20,7 +20,7 @@ module.exports = function(options) {
20
.pipe($.consolidate('handlebars')).on('error', options.errorHandler('Handlebars'))
21
<% } %>
22
.pipe($.rename(renameToHtml))
23
- .pipe(gulp.dest(options.tmp + '/serve/'))
+ .pipe(gulp.dest(options.tmp + '/serve/app/'))
24
.pipe(browserSync.reload({ stream: true }));
25
});
26
};
0 commit comments