Sha256: 0aac92f2398c413255b10d9ff9394bc7e633d0b79206e2733b600d13f10ea50d

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 Bytes

Contents

module MultiSync
  module Extensions
    class Middleman
      MultiSync.debug "Middleman -v #{::Middleman::VERSION} auto-detected"
      class << self
        def source_dir
          Pathname.new(File.join(ENV['MM_ROOT'], 'build'))
        end

        def destination_dir
          ''
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
multi_sync-0.0.4 lib/multi_sync/extensions/middleman.rb
multi_sync-0.0.3 lib/multi_sync/extensions/middleman.rb