app/index.html (33 lines of code) (raw):

<!doctype html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=EDGE" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>CONSTELLATION</title> <link rel="icon" type="image/png" href="favicon.png" /> <!-- build:css styles/main.css and bootstrap.css--> <link rel="stylesheet" type="text/css" media="screen" href="@@jqGridCss" /> <!-- <link href="@@kendoBlackCss" rel="stylesheet" /> --> <link href="@@kendoCommonCss" rel="stylesheet" /> <link rel="stylesheet" id="css-skin" href="themes/main/main.css"> <!-- endbuild --> <!-- build:js(app) scripts/components.js --> <script src="@@jQuery"></script> <script src="@@handlebars"></script> <script src="@@ember"></script> <script src="@@ember_data"></script> <script src="@@ember_lsadapter"></script> <script src="@@threeJs" ></script> <script src="@@threeJsTrackBallControls"></script> <script src="@@i18n"></script> <script src="@@cldr"></script> <script src="@@loggerConfig"></script> <script src="@@jcarousel"></script> <script src="@@jqGrid"></script> <script src="@@jqGridLocale"></script> <script src="@@kendoUi"></script> <!-- endbuild --> <!-- build:js(.tmp) scripts/templates.js --> <script src="scripts/compiled-templates.js"></script> <!-- endbuild --> <!-- build:js(.tmp) scripts/main.js --> <script src="scripts/combined-scripts.js"></script> <!-- endbuild --> </head> <body> <script src="@@hammer"></script> <script src="@@hammerJq"></script> </body> </html>