Update personal_diploma.gemspec
This commit is contained in:
parent
aa8a8cfdc3
commit
3ab0fa582d
|
@ -7,6 +7,7 @@ template_path = ENV['PWD'] + '/app/templates'
|
|||
all_template = Dir.glob(template_path+'/*/')
|
||||
puts 'copying module'
|
||||
all_template.each do |folder|
|
||||
puts folder[0..-1]
|
||||
if folder[0..-1] != 'mobile'
|
||||
begin
|
||||
system ('cp -r '+ app_path + '/modules/ ' + folder)
|
||||
|
|
Loading…
Reference in New Issue