Skip to content

Instantly share code, notes, and snippets.

@Grantimus9
Created January 5, 2018 16:54
Show Gist options
  • Save Grantimus9/cf982f3f54298ce0f5c13a55c1ca671e to your computer and use it in GitHub Desktop.
Save Grantimus9/cf982f3f54298ce0f5c13a55c1ca671e to your computer and use it in GitHub Desktop.
# snipped
# Change the watchers: line list to read like this one.
config :appname, AppnameWeb.Endpoint,
http: [port: 4000],
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: [
node: ["node_modules/webpack/bin/webpack.js", "--watch", "--colors",
cd: Path.expand("../assets", __DIR__)
]]
# snipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment