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.