diff --git a/faq.gemspec b/faq.gemspec index 795c845..f49a33e 100644 --- a/faq.gemspec +++ b/faq.gemspec @@ -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')