fix
This commit is contained in:
parent
fe72c9df3f
commit
852b168da4
|
@ -36,9 +36,10 @@ if !Dir.exist?("#{ENV['PWD']}"+"/app/assets/stylesheets/lib/jquery-ui-1.12.1/")
|
||||||
puts "There is an error in coppying jquery-ui"
|
puts "There is an error in coppying jquery-ui"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Dir.chdir(ENV['PWD']) do
|
@original_dir = Dir.pwd
|
||||||
`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
|
`cd #{ENV['PWD']}`
|
||||||
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
|
||||||
|
`cd #{@original_dir}`
|
||||||
#Add patchfile to Admin area
|
#Add patchfile to Admin area
|
||||||
@patchfile_li = File.read(app_path+"/patchfile_li.txt")
|
@patchfile_li = File.read(app_path+"/patchfile_li.txt")
|
||||||
@patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt")
|
@patchfile_li_choices = File.read(app_path+"/patchfile_li_choices.txt")
|
||||||
|
|
Loading…
Reference in New Issue