Skip to content

Instantly share code, notes, and snippets.

@AlexxIT
Created May 26, 2017 07:12
Show Gist options
  • Save AlexxIT/4c0ecef352b8bbb8e68785d0d7bf1851 to your computer and use it in GitHub Desktop.
Save AlexxIT/4c0ecef352b8bbb8e68785d0d7bf1851 to your computer and use it in GitHub Desktop.
SublimeText nginx Build System
{
"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