Update + clean up old js module files

This commit is contained in:
Gabe Kangas
2021-10-11 14:37:41 -07:00
parent 10b0247291
commit 3d1706496e
15 changed files with 2992 additions and 241683 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js"
"build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && rm -rf ../../webroot/js/web_modules && cp -R web_modules ../../webroot/js"
},
"author": "Owncast",
"license": "ISC"