Skip to content

Commit

Permalink
use DIST_PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bergren2 authored Apr 6, 2017
1 parent 6b2864e commit 8e45395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var SRC_PATH = "./src/";
var DIST_PATH = "./dist/";

gulp.task("deploy", ["build"], function () {
return gulp.src("./dist/**/*").pipe(ghPages());
return gulp.src(DIST_PATH + "**/*").pipe(ghPages());
});

gulp.task("build", ["maps"], function () {
Expand Down

0 comments on commit 8e45395

Please sign in to comment.