Skip to content

Instantly share code, notes, and snippets.

@mgussekloo
Created January 19, 2014 12:39
Show Gist options
  • Save mgussekloo/8504345 to your computer and use it in GitHub Desktop.
Save mgussekloo/8504345 to your computer and use it in GitHub Desktop.
Sublime Text build script: Löve game engine
{
"cmd": ["/usr/bin/killall love ; /Applications/love.app/Contents/MacOS/love ${project_path}"],
"working_dir": "${project_path}",
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment