Skip to content

Commit

Permalink
minifies and compresses js and css upon export
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 5, 2024
1 parent 42260d4 commit 9437957
Show file tree
Hide file tree
Showing 8 changed files with 32,683 additions and 103 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified go/.DS_Store
Binary file not shown.
182 changes: 91 additions & 91 deletions go/dist/App.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go/dist/App.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ <h2 class="text-[#ffffff00]">kodeWeave is your on the go coding playground! Desi
<div id="app" class="absolute inset-0"></div>

<!-- Load Application Script -->
<!-- <script id="appScript" src="src/App.js"></script> -->
<script id="appScript" src="src/App.js"></script>
<script src="dist/editor.js"></script>
<script id="appScript" src="dist/App.js"></script>
<script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<!-- <script id="appScript" src="dist/App.js"></script> -->
<!-- <script src="https://storage.googleapis.com/workbox-cdn/releases/6.4.1/workbox-sw.js"></script>
<script>
// service worker for progressive web app
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js')
})
}
</script>
</script> -->
</body>
</html>
Binary file added go/libraries/.DS_Store
Binary file not shown.
Loading

0 comments on commit 9437957

Please sign in to comment.