Skip to content

Commit

Permalink
Fix development environment
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Dec 17, 2017
1 parent 05d48c5 commit e441b95
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 @@ -421,7 +421,7 @@ gulp.task("set-prod-node-env", function() {
});

// Default task
gulp.task("default", ["css", "js"], () => {
gulp.task("default", ["set-dev-node-env", "css", "js"], () => {
$.fancyLog("-> Livereload listening for changes");
$.livereload.listen();
gulp.watch([pkg.paths.src.scss + "**/*.scss"], ["css"]);
Expand Down

0 comments on commit e441b95

Please sign in to comment.