# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Js module Renderers class Bundle < Mustache self.template_file = File.expand_path(File.join(File.dirname(__FILE__), "..", "mustache/bundle.coffee")) def version TwitterCldr::VERSION end end end end end