Skip to content

Instantly share code, notes, and snippets.

@gabriel-laet
Created March 4, 2010 15:20
Show Gist options
  • Save gabriel-laet/321795 to your computer and use it in GitHub Desktop.
Save gabriel-laet/321795 to your computer and use it in GitHub Desktop.
---
default:
- debug: false
open: public/myapp.swf
applications:
- class: source/classes/Main.as
output: public/myapp.swf
# - class: source/classes/MyOtherApp.as
# output: public/MyOtherApp.swf
source-path:
- source/classes
library-path:
- source/swc
# asdoc:
# - title: "My ActionScript project"
# footer: "My ActionScript project footer"
# output: /path/to/docs/
# exclude-dirs:
# - source/classes/caurina/
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment