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