Skip to content

Instantly share code, notes, and snippets.

View jhhb's full-sized avatar

James Boyle jhhb

  • Illinois
View GitHub Profile
@jhhb
jhhb / .ember-cli-with-live-reload-example.md
Last active July 12, 2020 15:28
.ember-cli with live reload example

If you:

  1. Run a separate ember + backend server, and
  2. want to enable browser auto-refresh using .ember-cli, use the following config:
{
  "disableAnalytics": true, // not necessary
  "usePods": true, // project-dependent
  "checkForUpdates": true,
 "port" : 4200,