Skip to content

Instantly share code, notes, and snippets.

@joshearl
Created January 12, 2013 14:23
Show Gist options
  • Save joshearl/4518262 to your computer and use it in GitHub Desktop.
Save joshearl/4518262 to your computer and use it in GitHub Desktop.
Custom Sublime Text build system that executes the build.ps1 script. To use, save PowerShell.sublime.build in /Data/Packages/User and put build.ps1 in the same directory as the current Sublime project file.
Write-Host "Hello World!"
{
"cmd": ["%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "./build.ps1"],
"shell": true,
"working_dir": "${project_path}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment