Skip to content

Instantly share code, notes, and snippets.

@vieko
Created June 20, 2012 17:00
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 vieko/2960944 to your computer and use it in GitHub Desktop.
Save vieko/2960944 to your computer and use it in GitHub Desktop.
Sublime Text 2 Build Command for AS3 Project
{
"cmd": ["/Users/vieko/Resources/flex_sdk_4/bin/mxmlc", "-o", "$project_path/bin/Krunch.swf", "-file-specs", "$project_path/src/Main.as", "-benchmark", "-incremental=false", "-debug=true", "-optimize=false", "-use-network=false"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.actionscript"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment