Skip to content

Commit

Permalink
Moves Ember app to new UI 🚚
Browse files Browse the repository at this point in the history
refs #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
  • Loading branch information
naz committed Feb 8, 2015
1 parent 0ee3e76 commit cefc0e5
Show file tree
Hide file tree
Showing 14 changed files with 59,819 additions and 46,460 deletions.
22 changes: 22 additions & 0 deletions examples/emberjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
node_modules/.bin
node_modules/jquery
!node_modules/jquery/dist/jquery.js

node_modules/components-ember
!node_modules/components-ember/ember.js

node_modules/ember-data
!node_modules/ember-data.js

node_modules/ember-localstorage-adapter
!node_modules/ember-localstorage-adapter/localstorage_adapter.js

node_modules/handlebars
!node_modules/handlebars/dist/handlebars.js

node_modules/todomvc-app-css
!node_modules/todomvc-app-css/index.css

node_modules/todomvc-common
!node_modules/todomvc-common/base.css
!node_modules/todomvc-common/base.js
12 changes: 0 additions & 12 deletions examples/emberjs/bower.json

This file was deleted.

Loading

0 comments on commit cefc0e5

Please sign in to comment.