diff options
Diffstat (limited to 'web/gulpfile.js')
-rw-r--r-- | web/gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gulpfile.js b/web/gulpfile.js index 68a5e479..939f4fcc 100644 --- a/web/gulpfile.js +++ b/web/gulpfile.js @@ -106,7 +106,7 @@ gulp.task("jshint", function () { gulp.task("html", function () { return gulp.src(path.html) - .pipe(gulp.dest(path.dist + "static")) + .pipe(gulp.dest(path.dist + "templates")) .pipe(livereload({ auto: false })); }); |