Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jray

Watch your javascript run in real time

Live demo ->

demo gif

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>
...

Development

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

About

realtime javascript code coverage

Resources

Stars

76 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages