Skip to content

Commit

Permalink
Merge pull request #1736 from fzamperin/master
Browse files Browse the repository at this point in the history
refactor: change tailwind.js from cdn to serve local
  • Loading branch information
simlarsen authored Oct 21, 2024
2 parents e9daf77 + aced5f2 commit 3733c99
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Accounts/public/assets/js/tailwind-3.4.5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Accounts/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
width: auto;
}
</style>
<script src="https://cdn.tailwindcss.com"></script>
<script src="/accounts/assets/js/tailwind-3.4.5.js"></script>

<title>OneUptime Accounts</title>

Expand Down
2 changes: 2 additions & 0 deletions AdminDashboard/public/assets/js/tailwind-3.4.5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AdminDashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
width: auto;
}
</style>
<script src="https://cdn.tailwindcss.com"></script>
<script src="/admin/assets/js/tailwind-3.4.5.js"></script>

<script src="/admin/env.js"></script>

Expand Down
2 changes: 2 additions & 0 deletions Dashboard/public/assets/js/tailwind-3.4.5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Dashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

</style>

<script src="https://cdn.tailwindcss.com"></script>
<script src="/dashboard/assets/js/tailwind-3.4.5.js"></script>

<script src="/dashboard/env.js"></script>

Expand Down
2 changes: 2 additions & 0 deletions StatusPage/public/assets/js/tailwind-3.4.5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StatusPage/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
width: auto;
}
</style>
<script src="https://cdn.tailwindcss.com"></script>
<script src="/status-page/assets/js/tailwind-3.4.5.js"></script>
<title>Status Page</title>

<!-- Google Tag Manager -->
Expand Down

0 comments on commit 3733c99

Please sign in to comment.