Skip to content

Instantly share code, notes, and snippets.

@gunjanpatel
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunjanpatel/9130032 to your computer and use it in GitHub Desktop.
Save gunjanpatel/9130032 to your computer and use it in GitHub Desktop.
phing setup in sublime text 2

Setup Phing on Sublime Text 2

  • We will create a custom build system from Tools > Build System > New Build System:
{
    "cmd": ["phing", "-f" , "$file"],
    "file_regex": "^(...*?):([0-9]*):?([0-9]*)",
    "selector": "source.php",
    "windows":
    {
        "cmd": ["phing.bat", "-f" , "$file"]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment