Sha256: fdf9baf9f2cf9c56d4e3c8a6d884ba5e0790dd11f354dbd0ee58bb1b48da24ad

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

module Typescript
  module Monkey
    module JsHook
      extend ActiveSupport::Concern

      included do
        no_tasks do
          redefine_method :js_template do |source, destination|
            template(source + '.ts', destination + '.ts')
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typescript-monkey-0.9.0 lib/typescript/monkey/js_hook.rb