Implement severe weather alert tone
This commit is contained in:
parent
2e304d41c6
commit
d3643d3a9a
4 changed files with 98 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ const compressHtml = async () => src(htmlSources)
|
|||
const otherFiles = [
|
||||
'server/robots.txt',
|
||||
'server/manifest.json',
|
||||
'server/alert/**/*.mp3',
|
||||
'server/music/**/*.mp3',
|
||||
];
|
||||
const copyOtherFiles = () => src(otherFiles, { base: 'server/', encoding: false })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue