update picturefill version

This commit is contained in:
邱博亞 2024-01-14 21:30:19 +08:00
parent b7577c6b5f
commit 294bfd9f1a
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,7 @@ if bundle_update_flag
if !folder.include?('mobile')
begin
if folder.split('/')[-1] != 'mobile'
bundler_with_clean_env{%x[cp -rf #{app_path}/temp_file/templates/javascripts/* #{folder}assets/javascripts/plugin/.]}
unity_text = File.open(folder+'assets/stylesheets/template/base/_unity.scss','r:UTF-8') do |f|
f.read
end rescue ''

File diff suppressed because one or more lines are too long