cjsx-in-browser
cjsx-in-browser copied to clipboard
cjsx-in-browser doesn't work if included before embedded cjsx
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?