Watch your javascript run in real time
A work in progress. Built with istanbul and angularjs. And other stuff.
To use without requirejs, include jray's js and css, and then change your script tags to type="text/jray"
...
<link rel="stylesheet" href="jray.css">
<script src="jray.min.js"></script>
<script type="text/jray" src="scripts/one.js"></script>
<script type="text/jray" src="scripts/two.js"></script>
<script type="text/jray" src="scripts/three.js"></script>
<script type="text/jray" src="scripts/four.js"></script>
...
TODO:
- requirejs plugin
- paginate script lines
- move UI to iframe to avoid collisions with other versions of angular
- support more ui modes (fade/add/etc)
- node support???
Bug tickets and pull requests are extremely welcome.
To build:
npm install
gulp dev