更新 universal_table.gemspec
This commit is contained in:
parent
9d0d6ef31d
commit
2889581306
|
@ -11,7 +11,7 @@ if bundle_update_flag
|
|||
all_template.each do |folder|
|
||||
if !folder.include?('mobile')
|
||||
moudle_path = "#{folder}modules/universal_table/"
|
||||
if !Dir.exist?(moudle_path) && Dir.exist?(File.dirname(moudle_path))
|
||||
if Dir.exist?(File.dirname(moudle_path))
|
||||
Bundler.with_clean_env{system ('cp -r '+ app_path + '/modules/ ' + folder)}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue