Add `<script src="cjsx-in-browser.js"></script>` to the HEAD Embed some CJSX script after. Load the page in browser. Expected: CJSX is compiled and eval'd Actual: CJSX is ignored. NB: this might make jsfiddles work more neatly?
Add
<script src="cjsx-in-browser.js"></script>to the HEADEmbed some CJSX script after.
Load the page in browser.
Expected: CJSX is compiled and eval'd
Actual: CJSX is ignored.
NB: this might make jsfiddles work more neatly?