Closed shhavel closed 8 years ago
Fixed warning:
[warn] using the :root endpoint configuration for watchers is deprecated. Pass the :cd option at the end of your watcher argument list in config/dev.exs. For example:
watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin", cd: Path.expand("../", __DIR__)]]
Also updated mix.lock (I think sub dependencies is now sorted alphabetically)
mix.lock
Thank you @shhavel 👍
Fixed warning:
[warn] using the :root endpoint configuration for watchers is deprecated. Pass the :cd option at the end of your watcher argument list in config/dev.exs. For example:
Also updated
mix.lock
(I think sub dependencies is now sorted alphabetically)