Single-page JavaScript applications - local run configuration

I develop single-page JavaScript applications which don't need to be served from an http server.

Is there any way of setting up a run configuration which only opens files from a local drive?
The closest I have got to this is by using the JavaScript Debug configuration, but this will only run in Firefox and I need it to run in Chrome.
Debugging isn't required.

Cheers,

Rob

0
3 comments

Sounds to me that you are looking for action "Open in Browser" with arbitrary file, rather than a Run Configuration. When you have an html file opened in your editor this action is available when right-clicking. AFAIK this action is not available to other filetypes.

0

It's not really ideal to have to switch to an html file to start your system :(

0

There is no support for Run configuration just to open the file.
We have Open in browser action (Alt + F2) available in the file.

0

Please sign in to leave a comment.