It seems like with the previous version of Steal it would watch for the use of can.view() with a url specified.
- can.Component.extend({
- tag: 'todo-list',
- template: can.view('/main/components/todo-list/view.stache'),
- scope: {
- todos: new Todo.List({})
- },
- events: {
- }
- });