Skip to content

Commit 9a8dd80

Browse files
authored
Merge pull request #14 from dfarrow0/prod
importing relevant changes from dev
2 parents 8603cd3 + 19a2509 commit 9a8dd80

16 files changed

+837
-1536
lines changed

deploy.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
"dst": "/var/www/html/crowdcast/.htaccess",
1111
"add-header-comment": false
1212
},
13-
"// service worker",
14-
{
15-
"type": "move",
16-
"src": "site/sw.js",
17-
"dst": "/var/www/html/crowdcast/sw.js",
18-
"add-header-comment": true
19-
},
2013
"// web sources",
2114
{
2215
"type": "move",
@@ -36,7 +29,7 @@
3629
"type": "move",
3730
"src": "site/css/",
3831
"dst": "/var/www/html/crowdcast/css/",
39-
"match": "^.*\\.(css|php)$",
32+
"match": "^.*\\.(php)$",
4033
"add-header-comment": true
4134
},
4235
{

0 commit comments

Comments
 (0)