Matteo Scandolo | b4fdd0a | 2016-05-09 15:27:47 -0700 | [diff] [blame^] | 1 | <!-- browserSync --> |
| 2 | <!-- bower:css --> |
| 3 | <link rel="stylesheet" href="vendor/bootstrap-css/css/bootstrap.min.css" /> |
| 4 | <link rel="stylesheet" href="vendor/angular-chart.js/dist/angular-chart.css" /> |
| 5 | <!-- endbower --> |
| 6 | <!-- endcss --> |
| 7 | <!-- inject:css --> |
| 8 | <link rel="stylesheet" href="/css/main.css"> |
| 9 | <link rel="stylesheet" href="/../../../xos/core/static/xosNgLib.css"> |
| 10 | <!-- endinject --> |
| 11 | |
| 12 | <div ng-app="xos.developer" id="xosDeveloper" class="container-fluid"> |
| 13 | <div ui-view></div> |
| 14 | </div> |
| 15 | |
| 16 | <!-- bower:js --> |
| 17 | <script src="vendor/jquery/dist/jquery.js"></script> |
| 18 | <script src="vendor/angular/angular.js"></script> |
| 19 | <script src="vendor/angular-mocks/angular-mocks.js"></script> |
| 20 | <script src="vendor/angular-ui-router/release/angular-ui-router.js"></script> |
| 21 | <script src="vendor/angular-cookies/angular-cookies.js"></script> |
| 22 | <script src="vendor/angular-animate/angular-animate.js"></script> |
| 23 | <script src="vendor/angular-resource/angular-resource.js"></script> |
| 24 | <script src="vendor/lodash/lodash.js"></script> |
| 25 | <script src="vendor/bootstrap-css/js/bootstrap.min.js"></script> |
| 26 | <script src="vendor/Chart.js/Chart.js"></script> |
| 27 | <script src="vendor/angular-chart.js/dist/angular-chart.js"></script> |
| 28 | <!-- endbower --> |
| 29 | <!-- endjs --> |
| 30 | <!-- inject:js --> |
| 31 | <script src="/../../../xos/core/xoslib/static/js/vendor/ngXosHelpers.js"></script> |
| 32 | <script src="/.tmp/main.js"></script> |
| 33 | <!-- endinject --> |