Skip to content

Commit

Permalink
[ksc-release-4.1] chore: remove system.min.js in codes (#5313)
Browse files Browse the repository at this point in the history
* chore: remove system.min.js in codes

Signed-off-by: donniean <[email protected]>

* chore: delete packages/bootstrap/assets/system.min.js

Signed-off-by: donniean <[email protected]>

---------

Signed-off-by: donniean <[email protected]>
Co-authored-by: donniean <[email protected]>
  • Loading branch information
ks-ci-bot and donniean committed Oct 29, 2024
1 parent a5db1ef commit 57160fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ packages/*/esm/
packages/*/cjs/
yarn.lock
package-lock.json

# system.min.js
**/*.min.js
5 changes: 0 additions & 5 deletions packages/bootstrap/assets/system.min.js

This file was deleted.

1 change: 0 additions & 1 deletion server/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<script type="text/javascript">
window.globals = JSON.parse(`<%- globals %>`);
</script>
<!-- <script src="/dist/assets/system.min.js"></script> -->
<% if (isDev) { %> <%- include('./components/dev_scripts.html') %> <% } else { %> <%-
include('./components/prod_scripts.html') %> <% } %>
</body>
Expand Down

0 comments on commit 57160fd

Please sign in to comment.