Sha256: d8745f9d82af3a7b3a272bb745fb7e314845507272bf6d49257a74f20cdf7012
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
module MultiSync module Extensions class Middleman MultiSync.info "Middleman -v #{::Middleman::VERSION} auto-detected" class << self def source_dir File.expand_path(File.join(ENV['MM_ROOT'], 'build')) end def destination_dir '' end end MultiSync.source(:middleman, type: :local, source_dir: MultiSync::Extensions::Middleman.source_dir ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
multi_sync-0.0.1 | lib/multi_sync/extensions/middleman.rb |