UNPKG

bromote

Version:

Tool to setup and require remote scripts with browserify.

13 lines (12 loc) 246 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title></title> <script type="text/javascript" src="./bundle.js"></script> </head> <body> <h2>loading runnel script remotely demo</h2> <p>Oh, open your console ;)</p> </body> </html>