Skip to content

Commit

Permalink
compressed js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Aug 5, 2024
1 parent 9437957 commit 2267397
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified go/.DS_Store
Binary file not shown.
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>

0 comments on commit 2267397

Please sign in to comment.