sprint
sprint copied to clipboard
JS Perf Links Aren't Runnable
This looks like a sweet library with great potential and I'm excited to follow its development. Thought it was worth mentioning, though, that when I try to run any JSPerf tests linked to from the docs (example) JSPerf errors out with:
ReferenceError: Sprint is not defined.
ReferenceError: Zepto is not defined.
So only JQuery works. I assume it is something wrong with the setup import code:
<script src="https://sprintjs.com/prod"></script>
<script src="https://zeptojs.com/zepto.min.js"></script>
Keep up the good work!