Skip to content

Commit

Permalink
Copy over the readme.md to new apps so that users know where to acces…
Browse files Browse the repository at this point in the history
…s refinerycms resources.
  • Loading branch information
Steven Heidel committed Sep 2, 2010
1 parent 0c7c95b commit 25614df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/refinerycms
Expand Up @@ -133,7 +133,7 @@ module Refinery
%w(app db).each do |folder|
FileUtils::cp_r Refinery.root.join(folder), @app_path, :verbose => false
end
%w(.gitignore config/routes.rb config/settings.rb config/environments/production.rb config/initializers/acts_as_indexed_config.rb
%w(.gitignore readme.md config/routes.rb config/settings.rb config/environments/production.rb config/initializers/acts_as_indexed_config.rb
config/initializers/field_with_error_fix.rb config/initializers/fix_rack.rb).each do |file|
FileUtils::cp_r Refinery.root.join(file), @app_path.join(file), :verbose => false if Refinery.root.join(file).exist?
end
Expand Down

0 comments on commit 25614df

Please sign in to comment.