Capture playback permission

This commit is contained in:
gion 2020-04-15 18:09:34 +02:00
parent a18bca9d8c
commit 9fabbd5746
9 changed files with 77 additions and 4 deletions

View file

@ -45,7 +45,7 @@ const options = {
query: ['src/**/*.png', 'src/**/*.jpg', 'src/**/*.gif', 'src/**/*.svg']
},
copy: {
query: ['src/**/*.json', 'src/**/*.ico']
query: ['src/**/*.json', 'src/**/*.ico', 'src/**/*.wav']
},
injectBundle: {
query: 'src/index.html'