Configurations now going in config, not in _config

This commit is contained in:
Parker Moore 2013-04-23 01:40:21 +02:00
parent 3819688273
commit 19083289cf

View File

@ -51,7 +51,7 @@ end
task :install_configs, :theme do |t, args|
theme = args.theme || 'classic'
mkdir_p "_config"
mkdir_p "config"
if File.directory? ".themes/#{theme}/config"
cp_r ".themes/#{theme}/config/.", "config/defaults", :remove_destination=>true
end