Skip to content

Commit 5e5eb83

Browse files
author
cpv123
committed
Remove background script from mint.json file
1 parent 21e575f commit 5e5eb83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mint/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ build() {
55
mint build --skip-service-worker --skip-icons
66
}
77

8+
copy_background() {
9+
cp ./js/background.js ./dist
10+
}
11+
812
replace_manifest() {
913
cp manifest.json ./dist
1014
}
1115

1216
build
17+
copy_background
1318
replace_manifest

mint/mint.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"external": {
1414
"javascripts": [
15-
"js/background.js",
1615
"js/index.js"
1716
],
1817
"stylesheets": [

0 commit comments

Comments
 (0)