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