UNPKG

todomvc

Version:

> Helping you select an MV\* framework

14 lines (12 loc) 206 B
/*global require*/ require.config({ paths: { Stapes: '../bower_components/stapes/stapes' } }); require( ["controllers/todoController"], function(todoController) { todoController.init(); } );