UNPKG
crypto-slots
Version:
latest (1.0.1)
1.0.1
A minimal test server is provided, see server
github.com/leofcoin/crypto-slots
leofcoin/crypto-slots
crypto-slots
/
sw-precache-config.js
11 lines
(10 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { staticFileGlobs: [
'!www/service-worker.js'
,
'www/assets/**'
,
'www/*.js'
,
'www/*.html'
], root:
'www'
, stripPrefix:
'www/'
};