1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Remove unused overlay directory (#455)

* Remove popup.

* Remove lib from gitignore and gulpfile.

* Remove more overlay references.

* Remove unused parts of the legacy gulp lint.
This commit is contained in:
Oscar Hinton
2018-01-02 20:31:41 +01:00
committed by Kyle Spearrin
parent 3253b4861f
commit 2ca0f6702e
4 changed files with 2 additions and 18 deletions

View File

@@ -116,7 +116,6 @@
}
},
"web_accessible_resources": [
"overlay/popup.html",
"notification/bar.html"
],
"-ms-preload": {

View File

@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body style="background-color: white;">
This is the popup!!!
</body>
</html>