Skip to content

Commit

Permalink
renaming to mantri
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Feb 14, 2013
1 parent c1964b2 commit 0007c52
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Deppy + Ember.js • [TodoMVC](http://todomvc.com)
# Mantri + Ember.js • [TodoMVC](http://todomvc.com)


## Alpha Alpha Alpha

I am currently working on publishing everything. This repo contains a working solution, proof of concept, for the elegant Deppy dependency management system.
I am currently working on publishing everything. This repo contains a working solution, proof of concept, for the elegant Mantri dependency management system.

Follow the action in the [Deppy repo](https://github.com/thanpolas/deppy).
Follow the action in the [Mantri repo](https://github.com/thanpolas/mantri).



Expand All @@ -15,4 +15,4 @@ Initial release by @tomdale.

Refactoring and maintenance by @stas.

Porting to deppy by @thanpolas
Porting to mantri by @thanpolas
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="http://github.com/tomdale">Tom Dale</a>,
<a href="http://github.com/stas">Стас Сушков</a>
<br />
Deppy authoring by <a href="http://github.com/thanpolas">Thanasis Polychronakis</a>
Mantri authoring by <a href="http://github.com/thanpolas">Thanasis Polychronakis</a>
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Todos.App = Ember.Application.create({
store: new Todos.models.Store('todos-emberjs')
}),
// define all our templates so we can load via ajax
// (templates are out of deppy's scope so tough)
// (templates are out of mantri's scope so tough)
templates: ['clear_button', 'filters', 'items', 'stats'],
ready: function() {
this.loadTemplates(this.templates.shift());
Expand Down
18 changes: 9 additions & 9 deletions js/lib/deppy/deppy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0007c52

Please sign in to comment.