def self.templates
        [self.root_path, self.engine_root_path].map do |base_path|
          Dir.glob(base_path.join("app/assets/templates/**/*.*")).map do |path|
            path.gsub(base_path.join("app/assets/templates/").to_s, "")