freesound sourcer

This commit is contained in:
2023-06-13 09:19:04 -06:00
parent 76285c1633
commit b22ac29b97
5 changed files with 58 additions and 2 deletions

View File

@@ -4,12 +4,20 @@
-cp src
-dce full
--each
--main hollywoo_sourcer.PixabayMain
--js bin/pixabay.js
--next
--main hollywoo_sourcer.WikipediaMain
--js bin/wikipedia.js
--next
--main hollywoo_sourcer.FreesoundMain
--js bin/freesound.js
--next
--main hollywoo_sourcer.Background
--js bin/background.js
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r hollywoo-sourcer.zip . -x *.git* -x *.hxml -x *.zip -x src/\* -x node_modules/\* -x libs/\* -x test.sh
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r hollywoo-sourcer.zip . -x *.git* -x *.hxml -x *.zip -x src/\* -x node_modules/\* -x libs/\* -x test.sh -x externs/\*