summaryrefslogtreecommitdiffstats
path: root/toolkit/content/vendor/lit/bundle-lit.sh
blob: 532b48337f5e4424d0b995c3e3b0f9d5f40b743b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cp *.patch lit/
cd lit
git apply *.patch
../../../../../mach npm install
../../../../../mach npm run build
cp packages/lit/lit-all.min.js ../../../widgets/vendor/lit.all.mjs
rm -rf * .*
cp ../LICENSE .