A web development tool to autorefesh the browser on changes.
NodeJuice is a tool which allows you to develop with a push connection to your web browser. Automatic browser refresh on file change or update is what you can call it. Develop on one to many browsers simultaneously without needing to reload manually.
NodeJuice is a tool which allows you to develop with a push connection to your web browser. Automatic browser refresh on file change or update is what you can call it. Develop on one to many browsers simultaneously without needing to reload manually.
To install nodejuice, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nodejuice
To see what files were installed by nodejuice, run:
port contents nodejuice
To later upgrade nodejuice, run:
sudo port selfupdate && sudo port upgrade nodejuice
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.