Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit c05f3c9

Browse files
author
Kate
authored
Merge pull request #2 from PolymerLabs/start-lit
A few config things
2 parents 47556bd + 08ded20 commit c05f3c9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
build
33
.DS_Store
4+
.firebase

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Register service worker if supported. -->
6+
67
<!--
78
<script>
89
if ('serviceWorker' in navigator) {

polymer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
],
1212
"builds": [{
1313
"bundle": true,
14-
"js": { "minify": true }
14+
"js": { "minify": true },
15+
"addServiceWorker": true,
16+
"addPushManifest": true
1517
}]
1618
}

0 commit comments

Comments
 (0)