Skip to content

Commit

Permalink
don't cache html pages on the client side
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Nov 26, 2024
1 parent 76dd2d7 commit 85c8067
Show file tree
Hide file tree
Showing 23 changed files with 94,137 additions and 437 deletions.
2 changes: 2 additions & 0 deletions dist/client/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 35 additions & 10 deletions dist/client/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
<!DOCTYPE html><html lang="en" translate="no"><head><title>Silex</title><meta name="description" content="This is a public instance of Silex website builder. Build websites in the browser"><link rel="shortcut icon" href="assets/favicon.png"><style>body {
background-color: #444444;
font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.silex-loader {
display: none;
}
</style></head><body class="silex-loading"><div class="silex-loader silex-dialog">Loading...
</div><link rel="stylesheet" type="text/css" href="css/admin.css"><main class="silex-workspace"><div class="silex-main silex-dialog-hide silex-ui-full" id="gjs"></div></main><script src="js/main.js"></script><script>silex.start()
// From here silex.config is available and Silex is getting started</script></body></html>
<!DOCTYPE html>
<html lang="en" translate="no">
<head>
<title>Silex</title>
<meta name="description" content="This is a public instance of Silex website builder. Build websites in the browser">
<link rel="shortcut icon" href="assets/favicon.png">
<style>
body {
background-color: #444444;
font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.silex-loader {
display: none;
}

</style>
</head>
<body class="silex-loading">
<div class="silex-loader silex-dialog">
Loading...

</div>
<link rel="stylesheet" type="text/css" href="css/admin.css">
<main class="silex-workspace">
<div class="silex-main silex-dialog-hide silex-ui-full" id="gjs"></div>
</main>
<script src="js/main.js"></script>
<script>
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')
window.silex.start({
debug: true,
})
</script>
</body>
</html>
93,804 changes: 93,394 additions & 410 deletions dist/client/js/main.js

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions dist/plugins/server/plugins/server/Cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions dist/server/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 24 additions & 2 deletions dist/server/plugins/server/Cache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/server/server/api/api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85c8067

Please sign in to comment.