Closed didibus closed 1 year ago
It seems scittle is sensitive to line breaks when defining the script tag.
For example:
<script src="cljs/script.cljs" type="application/x-scittle"> </script>
Does not work, but:
<script src="cljs/script.cljs" type="application/x-scittle"></script>
Does work.
It seems scittle is sensitive to line breaks when defining the script tag.
For example:
Does not work, but:
Does work.