Update personal_diploma.gemspec
This commit is contained in:
parent
3ab0fa582d
commit
9cf93574ad
|
@ -5,7 +5,7 @@ require "personal_diploma/version"
|
||||||
app_path = File.expand_path(__dir__)
|
app_path = File.expand_path(__dir__)
|
||||||
template_path = ENV['PWD'] + '/app/templates'
|
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|
|
||||||
puts folder[0..-1]
|
puts folder[0..-1]
|
||||||
if folder[0..-1] != 'mobile'
|
if folder[0..-1] != 'mobile'
|
||||||
|
|
Loading…
Reference in New Issue