UNPKG

bromote

Version:

Tool to setup and require remote scripts with browserify.

13 lines (12 loc) 291 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title></title> <script type="text/javascript" src="./public/bundle.js"></script> </head> <body> <h2>loading all third party scripts remotely via a converted requirejs config</h2> <p>Oh, open your console ;)</p> </body> </html>