feat: make notifications work

This commit is contained in:
Johannes Millan 2018-11-12 20:26:05 +01:00
parent e6687cb980
commit a7ade53ca6
5 changed files with 31 additions and 75 deletions

View file

@ -35,7 +35,9 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [
"src/service-workers/notifications.js"
]
},
"configurations": {
"production": {
@ -85,7 +87,9 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"scripts": [
"src/service-workers/notifications.js"
],
"assets": [
"src/favicon.ico",
"src/assets",