Skip to content

Commit

Permalink
Move default to the beginning of the Default recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaustino committed Jan 29, 2011
1 parent a0b6f38 commit aa32542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template_framework/template_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'rails_templater'
require File.join(File.dirname(__FILE__), 'core_ext.rb')

required_recipes = %w(orm testing_framework javascript_framework default haml)
required_recipes = %w(default orm testing_framework javascript_framework haml)
required_recipes.each {|required_recipe| apply templater.recipe(required_recipe)}

say("\nInitial generation complete\n", Thor::Shell::Color::YELLOW)
Expand Down

0 comments on commit aa32542

Please sign in to comment.