Created
November 12, 2013 17:19
-
-
Save djcommandline/7434870 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ref http://blog.daanraman.com/coding/automatically-reload-chrome-when-editing-files-on-osx/ | |
tell application "Google Chrome" | |
reload active tab of window 1 | |
end tell | |
fswatch /Users/you/Sites/project "osascript reloadActiveChromeTab.applescript" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment