Extends LiveReload plugin with Make.
When this plugin is enabled, make
is called on file save. When build finishes, browser reload the current page.
Open Terminal and
cd ~/.config/sublime-text-3/Packages
rm -rf LiveReloadMake
git clone https://github.com/alessandro-pezzato/LiveReloadMake-sublimetext3.git LiveReloadMake
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
rm -rf LiveReloadMake
git clone https://github.com/alessandro-pezzato/LiveReloadMake-sublimetext3.git LiveReloadMake
Using Command Palette (Ctrl+Shift+P), search "LivereLoad", then "Enable - Make".
See LiveReload for complete usage.