Sha256: 1df733ebc903b3e58653b6dc81822ff4a7dad1f67133847d0f8f71588b3317f4

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 Bytes

Contents

require 'alephant/preview/template/base'
require 'alephant/preview/template/updater'

module Alephant
  module Preview
    module Template
      def self.path
        "#{Dir.pwd}/components/lib"
      end

      def self.update(template_location)
        Updater.new.update(template_location)
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alephant-preview-0.0.5.3 lib/alephant/preview/template.rb
alephant-preview-0.0.5.2 lib/alephant/preview/template.rb
alephant-preview-0.0.5.1 lib/alephant/preview/template.rb
alephant-preview-0.0.3 lib/alephant/preview/template.rb
alephant-preview-0.0.2 lib/alephant/preview/template.rb
alephant-preview-0.0.1 lib/alephant/preview/template.rb