Skip to content

Commit

Permalink
Drop gulp plugin staging task from default (probably temporarily?), s…
Browse files Browse the repository at this point in the history
…ince it's all done in python at server start now.
  • Loading branch information
dannon committed Sep 30, 2018
1 parent e226edc commit 9f1e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ gulp.task("watch-style", function() {

gulp.task("staging", ["stage-libs", "fonts"]);

gulp.task("default", ["scripts", "libs", "plugins"]);
gulp.task("default", ["scripts", "libs"]);

0 comments on commit 9f1e78d

Please sign in to comment.