Skip to content

Commit

Permalink
add source and demo link to ember+rjs readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed May 6, 2013
1 parent ac970f5 commit a59d566
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dependency-examples/emberjs_require/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Ember.js + Require.js[TodoMVC](http://todomvc.com)
# Ember.js + RequireJS[TodoMVC](http://todomvc.com)

This example was removed, because the Ember.js dependency injection architecture
does not provide appropriate hooks for asynchronous module loading yet and thus
the use of Require.js with Ember.js is not advised.
the use of RequireJS with Ember.js is not advised.

To see what a TodoMVC application using Ember.js and RequireJS would look like
in its current state, visit:

[Ember.js + RequireJS Source](https://github.com/stephenplusplus/todomvc/tree/emberjs_require/dependency-examples/emberjs_require)
[Ember.js + RequireJS Demo](http://stephenplusplus.github.io/todomvc-emberjs-requirejs/dependency-examples/emberjs_require)

For more information, [read the discussion](https://github.com/addyosmani/todomvc/pull/528).

0 comments on commit a59d566

Please sign in to comment.