Add basic distribution for accountant web.
This commit is contained in:
parent
fe7277bdd7
commit
0d38a12cfb
@ -23,11 +23,7 @@
|
|||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<title>Accountant</title>
|
<title>Accountant</title>
|
||||||
|
|
||||||
<!-- Custom styles -->
|
<!-- build:css(accountant/frontend/static) css/vendor.css -->
|
||||||
<!-- include: "type": "css", "files": "css/*.css" -->
|
|
||||||
<link href="css/main.css" rel="stylesheet" type="text/css">
|
|
||||||
<!-- /include -->
|
|
||||||
|
|
||||||
<!-- bower:css -->
|
<!-- bower:css -->
|
||||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
|
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
|
||||||
<link rel="stylesheet" href="bower_components/bootstrap-additions/dist/bootstrap-additions.css" />
|
<link rel="stylesheet" href="bower_components/bootstrap-additions/dist/bootstrap-additions.css" />
|
||||||
@ -35,6 +31,14 @@
|
|||||||
<link rel="stylesheet" href="bower_components/angular-ui-notification/dist/angular-ui-notification.css" />
|
<link rel="stylesheet" href="bower_components/angular-ui-notification/dist/angular-ui-notification.css" />
|
||||||
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
|
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />
|
||||||
<!-- endbower -->
|
<!-- endbower -->
|
||||||
|
<!-- endbuild -->
|
||||||
|
|
||||||
|
<!-- Custom styles -->
|
||||||
|
<!-- build:css(.tmp) css/main.css -->
|
||||||
|
<!-- include: "type": "css", "files": "css/*.css" -->
|
||||||
|
<link href="css/main.css" rel="stylesheet" type="text/css">
|
||||||
|
<!-- /include -->
|
||||||
|
<!-- endbuild -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- htmllint attr-bans="false" -->
|
<!-- htmllint attr-bans="false" -->
|
||||||
@ -54,6 +58,7 @@
|
|||||||
<div ng-view></div>
|
<div ng-view></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- build:js(accountant/frontend/static) js/vendor.js -->
|
||||||
<!-- bower:js -->
|
<!-- bower:js -->
|
||||||
<script src="bower_components/jquery/dist/jquery.js"></script>
|
<script src="bower_components/jquery/dist/jquery.js"></script>
|
||||||
<script src="bower_components/moment/moment.js"></script>
|
<script src="bower_components/moment/moment.js"></script>
|
||||||
@ -75,14 +80,17 @@
|
|||||||
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
|
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
|
||||||
<script src="bower_components/ngBootbox/dist/ngBootbox.js"></script>
|
<script src="bower_components/ngBootbox/dist/ngBootbox.js"></script>
|
||||||
<!-- endbower -->
|
<!-- endbower -->
|
||||||
|
<!-- endbuild -->
|
||||||
|
|
||||||
<!-- Custom Javascript libraries -->
|
<!-- Custom Javascript libraries -->
|
||||||
|
<!-- build:js({.tmp,accountant/frontend/static}) js/scripts.js -->
|
||||||
<!-- include: "type": "js", "files": "js/*.js" -->
|
<!-- include: "type": "js", "files": "js/*.js" -->
|
||||||
<script src="js/accounts.js"></script>
|
<script src="js/accounts.js"></script>
|
||||||
<script src="js/app.js"></script>
|
<script src="js/app.js"></script>
|
||||||
<script src="js/operations.js"></script>
|
<script src="js/operations.js"></script>
|
||||||
<script src="js/scheduler.js"></script>
|
<script src="js/scheduler.js"></script>
|
||||||
<!-- /include -->
|
<!-- /include -->
|
||||||
|
<!-- endbuild -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user