This commit is contained in:
BoHung Chiu 2021-03-23 16:34:55 +08:00
parent f2a380f7f3
commit 547882b134
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@ $:.push File.expand_path("../lib", __FILE__)
# Maintain your gem's version:
require "faq/version"
env_pwd = ENV['PWD']
app_path = File.expand_path(__dir__)
template_path = env_pwd + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
all_template.each do |folder|
if !folder.include?('mobile')