Files
hollywoo-sourcer/build.hxml
2024-02-03 16:19:18 -07:00

30 lines
668 B
Plaintext

-lib kiss
-lib kiss-firefox
-cp externs
-cp src
-dce full
--each
--main hollywoo_sourcer.OpenClipArtMain
--js bin/openclipart.js
--next
--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.OpenGameArtMain
--js bin/opengameart.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 -x externs/\*