Fully replace gulp with vite

This commit is contained in:
Johannes Zellner
2024-10-04 17:43:45 +02:00
parent 1b00e0f254
commit 2300e1baee
84 changed files with 2182 additions and 22704 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ echo "${version}" > "${bundle_dir}/VERSION"
echo "==> Building dashboard assets"
(cd "${bundle_dir}/dashboard" && npm ci --omit=dev)
(cd "${bundle_dir}/dashboard" && ./node_modules/.bin/gulp --revision ${box_version})
(cd "${bundle_dir}/dashboard" && ./build.sh)
rm -rf "${bundle_dir}/dashboard/node_modules"
echo "==> Building new frontend assets"