UNPKG

denodify

Version:

Use nodejs modules in the browser. Used with bb-server and html-builder

49 lines (40 loc) 2.74 kB
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" xmlns:ng="http://angularjs.org" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" xmlns:ng="http://angularjs.org" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" xmlns:ng="http://angularjs.org" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" xmlns:ng="http://angularjs.org" lang="en"> <!--<![endif]--> <head id="head"><title>Scaffold</title><meta charset='utf-8'/><meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/><meta content='' name='description'/><meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'/> <!--partial:html/ieshim.html--> <!--[if lte IE 8]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script> // The ieshiv takes care of our ui.directives, bootstrap module directives and // AngularJS's ng-view, ng-include, ng-pluralize and ng-switch directives. // However, IF you have custom directives (yours or someone else's) then // enumerate the list of tags in window.myCustomTags window.myCustomTags = [ 'yourDirective', 'somebodyElsesDirective' ]; // optional </script> <script src="js/angular-ui-ieshiv.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="css/main.css"> <script type='text/javascript'>function cachify(path) { return path; }</script></head> <body id="ng:app" ng:app="myApp"> <!--partial:html/body.html--> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <div id="hello_world--"><h2>Hello world!</h2></div> <div id="chat--"></div> <script type="text/javascript" src="denodify.js"></script> <script type="text/javascript" src="_node_modules/175b9429a3a978f6b273af6c12b4cfd9_lru_cache.js?module=0"></script> <script type="text/javascript" src="_node_modules/4d45893ddbdcad51f81425b0396c4bcb_arc_cache.js?module=1"></script> <script type="text/javascript" src="_node_modules/cfdbefb4ac960391880d76aa01b8913f_cachejs.js?module=2"></script> <script type="text/javascript" src="b1.js?module=3"></script> <script type="text/javascript" src="scripts/b1.js?module=4"></script> <script type="text/javascript" src="scripts/modules/r1.js?module=5"></script> <script type="text/javascript" src="scripts/modules/mymodule.js?module=6"></script> <script type="text/javascript" src="scripts/main.js"></script> </body> </html>