Skip to content

Commit

Permalink
Switch jQuery example to new UI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Feb 1, 2015
1 parent 9c6599c commit 0cb634d
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 422 deletions.
16 changes: 15 additions & 1 deletion examples/jquery/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
/bower_components
bower_components/jquery
!bower_components/jquery/dist/jquery.js

bower_components/director
!bower_components/director/build/director.js

bower_components/handlebars
!bower_components/handlebars/handlebars.js

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

bower_components/todomvc-common
!bower_components/todomvc-common/base.js
!bower_components/todomvc-common/base.css
3 changes: 2 additions & 1 deletion examples/jquery/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "todomvc-jquery",
"dependencies": {
"todomvc-common": "~0.3.0",
"todomvc-common": "~1.0.1",
"todomvc-app-css": "~1.0.1",
"jquery": "~2.1.1",
"handlebars": "~2.0.0",
"director": "~1.2.2"
Expand Down
Loading

0 comments on commit 0cb634d

Please sign in to comment.