Skip to content

Commit

Permalink
Merge 85be9e0 into e8fef28
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Borchers committed Mar 16, 2015
2 parents e8fef28 + 85be9e0 commit dd23b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Expand Up @@ -30,7 +30,7 @@ gulp.task("clean:prod", del.bind(null, ["site"]));
// This will build the site with the production settings
gulp.task("jekyll:dev", $.shell.task("jekyll build"));
gulp.task("jekyll-rebuild", ["jekyll:dev"], function () {
reload;
reload();
});

// Almost identical to the above task, but instead we load in the build configuration
Expand Down

0 comments on commit dd23b39

Please sign in to comment.