Skip to content

Instantly share code, notes, and snippets.

@bryansray
Created January 19, 2016 15:04
Show Gist options
  • Save bryansray/6aabc792cd83d3e3dcce to your computer and use it in GitHub Desktop.
Save bryansray/6aabc792cd83d3e3dcce to your computer and use it in GitHub Desktop.
config :rumbl, Rumbl.Endpoint,
http: [port: 4000],
debug_errors: true,
code_reloader: true,
cache_static_lookup: false,
check_origin: false,
watchers: [
{ :node, ["node_modules/.bin/watchify", "web/static/js/app.js", "-o", "priv/static/js/app.js", "--debug"] },
{ :node, ["node_modules/.bin/sheetify", "web/static/css/index.css", ">", "priv/static/css/app.css"] }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment