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