ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Add cd option to watchers dev config #24

Closed shhavel closed 8 years ago

shhavel commented 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)

doomspork commented 8 years ago

Thank you @shhavel 👍