Skip to content

Commit

Permalink
Make sure javascript isn't deployed accidentally.
Browse files Browse the repository at this point in the history
Additionally connect everything to site.js.
  • Loading branch information
ProjectSynchro committed May 4, 2024
1 parent 88e184d commit 380429a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions content/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//= require js/_bootstrap.js
//= require js/_debounce.js
//= require js/_fluidbox.js
//= require js/_nebula.js

$(document).ready( function() {
$(".use-fluidbox").fluidbox();
Expand Down
2 changes: 1 addition & 1 deletion test/shadertest_scale.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</head>
<body>
<canvas id="nebula-canvas"></canvas>
<script type="text/javascript" src="../content/js/nebula_shader.js"></script>
<script type="text/javascript" src="../content/js/_nebula.js"></script>
</body>
</html>

0 comments on commit 380429a

Please sign in to comment.