Skip to content

Instantly share code, notes, and snippets.

@newtriks
Created August 15, 2011 21:30
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 newtriks/1147917 to your computer and use it in GitHub Desktop.
Save newtriks/1147917 to your computer and use it in GitHub Desktop.
Gator config file
require "gator/as3/generators"
require "gator/as3/generators/test/asunit4"
require "gator/as3/robotlegs/generators"
require "gator/as3/robotlegs/generators/test/asunit4"
project Gator::Project::ProjectBase.new
project.name = "MyProject"
project.options[:authors] = ["newtriks"]
project.layout[:source,:main,:as3] = "src"
project.layout[:source,:test,:as3] = "test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment