Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created April 9, 2011 21:39
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 kristoferjoseph/911804 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/911804 to your computer and use it in GitHub Desktop.
Had to add a touch to my rakefile in order for changes in child classes to be picked up consistently
##############################
# Debug
# Compile the debug swf
mxmlc "bin/Foo-debug.swf" do |t|
FileUtils.touch "src/Foo.as"
t.input = "src/Foo.as"
t.debug = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment