This commit is contained in:
BOHUNG 2020-02-08 12:43:36 +08:00
parent 48fd0f5809
commit 57a5a19880
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ all_template.each do |folder|
@filename = folder+'assets/stylesheets/template/base/_variables.scss'
texts = File.read(@filename)
check_texts.each do |check_text|
f = File.open(folder+'partial/_head.html.erb','w')
if !texts.include?(check_text)
puts "editing #{folder}assets/stylesheets/template/base/_variables.scss"
File.open(@filename, 'a') do |file|