UNPKG

generator-sili

Version:

Yeoman generator - Silver Lining (SiLi) - A single-click-to-get-started - skeleton web app with all you need...

17 lines (15 loc) 377 B
require.config({ baseUrl: __webApp_ResourceRoot+"/scripts", deps: ["bootstrap"], paths: { 'domReady': __webApp_ResourceRoot+"/requirejs-domready/domReady" } }); define("bootstrap", [ "app", "states/main"/*client-state:,<%='\n\t'%>"states/<%=nameCamel%>"*/ ], function () { require(['domReady!'], function (document) { angular.bootstrap(document, ["app"]); }); });