Skip to content

Instantly share code, notes, and snippets.

@Robdel12
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Robdel12/a4fa7a4bdfbaaf8e57e2 to your computer and use it in GitHub Desktop.
Save Robdel12/a4fa7a4bdfbaaf8e57e2 to your computer and use it in GitHub Desktop.

My computer is effed it seems. With ember cli I have to restart my server for any change that’s made.

I can boot the app intially and it's totally fine. But after I make any change to the app it recompiles (via livereload) and doesn't compile templates. Here are the STR:

  1. ember s (this loads the app just fine)
  2. Tron.__container__.lookup(‘application:template’) returns an object like it should
  3. Change any file anywhere in the app.
  4. Reloads the page to an empty white page
  5. Tron.__container__.lookup(‘application:template’) returns undefined

WAT!?

I nombomed 4 times, restarted my computer, blew away .nvm, checked out other Ember-CLI projects/addons, reinstalled npm, reinstalled nvm, reinstalled node, installed a new version of node, installed a new version of Ember-cli, blew away tmp and dist folders, repaired disk permissions………… still doesn’t work.

If anyone has any suggestions that would be awesome. If not I’m very very tempted to fresh install OS X.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment