codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Don’t set asset host in development #440

Closed monfresh closed 6 years ago

monfresh commented 6 years ago

Why: When assets are first being compiled, there is no request and the app will throw an exception because the call to AssetHosts.new only includes one argument instead of two. Specifying an asset host is not required in development.