using git to add modified files and to avoid git pull not working

This commit is contained in:
BOHUNG 2020-02-08 12:01:17 +08:00
parent 77e70f2740
commit 19b6ddf583
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/")
puts "There is an error in coppying jquery-ui"
end
end
`git add app/templates/ app/assets built_in_extensions.rb config/mongoid.yml bin/` #using git to add modified files and to avoid git pull not working
#Add patchfile to Admin area
@patchfile_li = File.read(app_path+"/patchfile_li.txt")
@patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt")