feat: Reimplementation of prism generator (#65)
Resolves #16. Reviewed-on: #65 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
dba8870c83
commit
b74921341c
7 changed files with 525 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