Update personal_book.gemspec
This commit is contained in:
parent
cf3b7ebc2b
commit
46bf1679b2
|
@ -7,10 +7,12 @@ template_path = ENV['PWD'] + '/app/templates'
|
|||
all_template = Dir.glob(template_path+'/*/')
|
||||
puts 'copying module'
|
||||
all_template.each do |folder|
|
||||
begin
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
rescue
|
||||
puts 'error copy'
|
||||
if folder[0...-1] != 'mobile'
|
||||
begin
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
rescue
|
||||
puts 'error copy'
|
||||
end
|
||||
end
|
||||
end
|
||||
system ('rm -r '+app_path + '/modules/')
|
||||
|
|
Loading…
Reference in New Issue