ui: add lightweight frontend build pipeline

This commit is contained in:
a.tolmachev
2026-04-12 02:28:05 +03:00
parent 2848d74929
commit b92350a6ac
22 changed files with 809 additions and 191 deletions
+2 -15
View File
@@ -9,17 +9,7 @@
<link rel="stylesheet" href="../../css/layout.css">
<link rel="stylesheet" href="../../css/wizard.css">
<link rel="stylesheet" href="../../css/pages.css">
<script src="../../js/config.js"></script>
<script src="../../js/i18n.js"></script>
<script src="../../js/dom.js"></script>
<script src="../../js/wizard-state.js"></script>
<script src="../../js/wizard-shell.js"></script>
<script src="../../js/workspace.js"></script>
<script src="../../js/api.js"></script>
<script src="../../js/ui-feedback.js"></script>
<script src="../../js/auth.js"></script>
<script>window.CrankAuth.guardProtectedPage();</script>
<script src="../../js/vendor/js-yaml/js-yaml.min.js"></script>
<script src="%CRANK_BUNDLE_PROTECTED_CORE%"></script>
</head>
<body>
@@ -236,8 +226,6 @@
</div><!-- /wizard-shell -->
<script src="../../js/streaming-form.js"></script>
<script src="../../js/stream-test-run.js"></script>
<div class="modal-overlay" id="quick-secret-modal">
<div class="modal">
<div class="modal-header">
@@ -273,8 +261,7 @@
</div>
</div>
</div>
<script src="../../js/wizard.js"></script>
<script src="../../js/nav.js"></script>
<script src="%CRANK_BUNDLE_WIZARD%"></script>
</body>
</html>