From eba222a9daa205ad2e93ad81d14c932f9480afb0 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 17 Feb 2020 22:36:59 +0800 Subject: [PATCH] auto update new theme --- patchfile.gemspec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index e494e5c..37b1ffe 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -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