restructure for multiple supported source sites

This commit is contained in:
2023-06-06 13:46:40 -06:00
parent 25811da4b5
commit 27662277f7
12 changed files with 32 additions and 26 deletions

View File

@@ -4,9 +4,9 @@
-cp src
-dce full
--each
--main pixabay_sourcer.Main
--js bin/main.js
--main hollywoo_sourcer.PixabayMain
--js bin/pixabay.js
--next
--main pixabay_sourcer.Background
--main hollywoo_sourcer.Background
--js bin/background.js
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r template.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