1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

bundle popup scripts and templates for dist

This commit is contained in:
Kyle Spearrin
2017-10-05 14:49:39 -04:00
parent 9431e8fc7c
commit d8536e3090
3 changed files with 142 additions and 13 deletions

View File

@@ -6,7 +6,13 @@
<title>bitwarden</title>
<link rel="stylesheet" href="../webfonts/fonts.css">
<!-- @if true !>
<link rel="stylesheet" href="popup.css">
<script src="lib.js"></script>
<script src="app.js"></script>
<!-- @endif -->
<!-- @exclude -->
<link rel="stylesheet" href="css/webfonts.css">
<link rel="stylesheet" href="../lib/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="../lib/angular-toastr/angular-toastr.css">
<link rel="stylesheet" href="../lib/sweetalert/sweetalert.css">
@@ -94,6 +100,7 @@
<script src="app/lock/lockModule.js"></script>
<script src="app/lock/lockController.js"></script>
<!-- @endexclude -->
</head>
<body ng-controller="mainController as main" class="{{main.animation}}"
ng-class="{lg: main.lgBody, sm: main.smBody, xs: main.xsBody }">