tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.55k stars 13.79k forks source link

fix ember url & build #2237

Closed flashdesignory closed 5 months ago

flashdesignory commented 5 months ago

Potential fix for https://github.com/tastejs/todomvc/issues/2235

  1. point to the default dist directory from Ember
  2. simplify directory structure (remove nesting)
  3. add rootURL for production: ENV.rootURL = '/examples/emberjs/dist/'

I think I overwrote a readme - please let me know what I need to update.

@NullVoxPopuli

NullVoxPopuli commented 5 months ago

hm, I think too many files changed.

I submitted: https://github.com/tastejs/todomvc/pull/2238