Skip to content

Commit

Permalink
Merge pull request tastejs#551 from stephenplusplus/ember_sample
Browse files Browse the repository at this point in the history
add source and demo link to ember+rjs readme
  • Loading branch information
passy committed May 6, 2013
2 parents ac970f5 + a59d566 commit c08c83b
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 c08c83b

Please sign in to comment.