Created
May 26, 2017 07:12
-
-
Save AlexxIT/4c0ecef352b8bbb8e68785d0d7bf1851 to your computer and use it in GitHub Desktop.
SublimeText nginx Build System
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
Show hidden characters
{ | |
"cmd": ["nginx.exe", "-s", "reload"], | |
"file_regex": "conf$", | |
"selector": "source.nginx", | |
"working_dir": "$file_path/.." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment