Sha256: 1f309f905f8eefc2c0758a9cdead67172eb9323ec38b7f18a33f8cc33da6e768

Contents?: true

Size: 143 Bytes

Versions: 5

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

notification :off
interactor :off

guard :shell do
  watch(/^(?!output)/) do |_m|
    `kitabu export`
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kitabu-3.1.0 templates/Guardfile
kitabu-3.0.3 templates/Guardfile
kitabu-3.0.2 templates/Guardfile
kitabu-3.0.1 templates/Guardfile
kitabu-3.0.0 templates/Guardfile