auto update new theme

This commit is contained in:
chiu 2020-02-17 22:36:59 +08:00
parent d24f353e33
commit eba222a9da
1 changed files with 7 additions and 7 deletions

View File

@ -27,14 +27,14 @@ all_template.each do |folder|
end
end
end
if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/")
puts "copying jquery-ui"
begin
`cp -r "#{app_path}/updatefiles/accessibility/jquery-ui-1.12.1/." "#{ENV['PWD']}/app/assets/stylesheets/lib/jquery-ui-1.12.1/"`
rescue
puts "There is an error in coppying jquery-ui"
end
#if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/")
puts "copying jquery-ui"
begin
`cp -r "#{app_path}/updatefiles/accessibility/jquery-ui-1.12.1/." "#{ENV['PWD']}/app/assets/stylesheets/lib/jquery-ui-1.12.1/"`
rescue
puts "There is an error in coppying jquery-ui"
end
#end
@original_dir = Dir.pwd
`cd "#{ENV['PWD']}" && git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/ && cd "#{@original_dir}"` #using git to add modified files and to avoid git pull not working
#Add patchfile to Admin area