adobe-bracketslive-preview

Can I do remote live preview using Adobe Brackets?


Here's my situation: I have two computers on my desk and I would like to use one of them to develop webpages and use another to do a live preview.

Is there an option in Brackets that I can do this? I tried to access the intranet ip address with the port number appearing in the URL when I'm doing a live preview using a local machine, but it cannot be accessed.


Solution

  • It is possible to use Live Preview on different machines that share the same local network since Release Brackets 1.1. To do this, open your preference file via Debug > Open Preferences File and insert the following directive: livedev.multibrowser: true. Note that you may have to add a trailing comma. For more information, see https://github.com/adobe/brackets/wiki/Live-Preview-Multibrowser