nteract / jupyter-display-area

:no_entry_sign: Prototype Web Component for Jupyter Display Areas
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Live reload for development #12

Closed rgbkrk closed 9 years ago

rgbkrk commented 9 years ago

As part of our dev process, we should provide live-reload:

"livereload": "live-reload --port 9091 dist/",

We'll also need to inject this in our index.html file.

<script src="//localhost:9091"></script>  
rgbkrk commented 9 years ago

Done in #14