-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrates Ember app to new UI 🚚 #1134
Conversation
btw, was running browser tests and it seems like these are failing:
I guess, they will be updated whenever all the apps are migrated to new UI. |
{
"ember": "emberjs/ember.js#v1.10.0-beta.4"
} Would you mind opening a ticket on Ember about keeping the npm |
@sindresorhus There already is: emberjs/ember.js#9354. |
tried updating to npm, but it seems like having an ember repo wont help much as they don't have actual |
@gargol Actually, they have this for the dist: https://github.com/components/ember/blob/master/package.json |
sorry guys, having hard time figuring this out. tried doing it with this config: {
"private": true,
"dependencies": {
"todomvc-app-css": "^1.0.0",
"todomvc-common": "^1.0.1",
"jquery": "^2.1.0",
"handlebars": "^2.0.0",
"ember": "components/ember#1.10.0-beta.3",
"ember-data": "components/ember-data#1.0.0-beta.14.1",
"ember-localstorage-adapter": "^0.5.0"
}
} Although, the ember repo is fetched just fine, there is an error when npm is trying to resolve dependencies for
Any suggestions how this could be solved ? |
@sindresorhus updated PR with |
@gargol You have to include the files needed for running. |
refs tastejs#1110 - upgrade to new UI - didn't migrate to npm as they are not hosted there in ember's case - fixed a little bug on 'Clear completed' button as it wa missplaced with new styles
@sindresorhus should be ok now |
Thank you @gargol :) |
@sindresorhus happy to help out any time 🎉 |
👍 |
Ugh, that is a mess. Sorry for all the trouble. Is it possible to move the Ember example to Ember CLI? That would probably give people a better taste of the framework anyway, and all the bundling of dependencies is handled. |
refs #1110