Skip to content

Commit

Permalink
Merge 79c4d09 into ff4dbb5
Browse files Browse the repository at this point in the history
  • Loading branch information
davejlong committed Oct 25, 2017
2 parents ff4dbb5 + 79c4d09 commit 20bd438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/kitto.server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Mix.Tasks.Kitto.Server do
require Logger

@watchers webpack: [bin: "./node_modules/.bin/webpack-dev-server",
opts: ["--stdin", "--progress"]]
opts: ["--watch", "--progress", "--colors"]]

@shortdoc "Starts applications and their servers"

Expand Down

0 comments on commit 20bd438

Please sign in to comment.