Skip to content

Instantly share code, notes, and snippets.

@vertis
Created December 7, 2009 05:43
Show Gist options
  • Save vertis/250647 to your computer and use it in GitHub Desktop.
Save vertis/250647 to your computer and use it in GitHub Desktop.
Warbler::Config.new do |config|
config.dirs = %w(app config tmp)
config.includes = FileList["init.rb"]
config.gems += ["sinatra", "haml"]
config.gems -= ["rails"]
config.gem_dependencies = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment