feat: get prism generator working (first three options)
This commit is contained in:
parent
dba8870c83
commit
279bb4b30b
7 changed files with 402 additions and 80 deletions
|
@ -22,6 +22,7 @@ npx rollup public/js/giveAwrl.js --dir $1
|
|||
npx rollup public/js/adapptlet.js --file $1/adapptlet.js
|
||||
npx rollup public/js/adapptext.js --file $1/adapptext.js
|
||||
cp public/js/options.js public/js/adapptypes.js public/js/conway.js $1
|
||||
cp public/js/prism.js $1
|
||||
cp node_modules/webextension-polyfill/dist/browser-polyfill.js $1
|
||||
cp node_modules/@webcomponents/custom-elements/custom-elements.min.js $1
|
||||
zip -r $1 $1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue