dalejung / inode

Interactive Node.js
MIT License
3 stars 1 forks source link

Make auto browserify-ing to work with html_run #18

Open dalejung opened 11 years ago

dalejung commented 11 years ago

html_run process scripts locally. So it doesn't go through the http-server logic that wraps the js in browserify done in #15. Trying to fix this from with jsdom seems like too much work, it seems easier to set the url to http://localhost:port/blah.html. This will mean the the html file being run would need to be within the inode root dir.