Skip to content

Instantly share code, notes, and snippets.

@devboy
Created April 18, 2011 13:16
Show Gist options
  • Save devboy/925303 to your computer and use it in GitHub Desktop.
Save devboy/925303 to your computer and use it in GitHub Desktop.
# loads the buildr-as3 extension
require 'buildr/as3'
# defines our project “AdvancedExample”
define "AdvancedExample" do
# defines our module “MyApplication”
define "MyApplication" do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment