Sha256: 376e7387537196d0bff61c6aba403bd4683e82960f46c8effdacce64987195f4

Contents?: true

Size: 221 Bytes

Versions: 5

Compression:

Stored size: 221 Bytes

Contents

notification :off
interactor :off

guard :shell do
  watch %r[^(?!output|templates/scss)] do |m|
    `kitabu export`
  end

  watch %r[^templates/scss] do |m|
    `sass --unix-newlines templates/scss:templates`
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kitabu-1.0.6 templates/Guardfile
kitabu-1.0.5 templates/Guardfile
kitabu-1.0.4 templates/Guardfile
kitabu-1.0.3 templates/Guardfile
kitabu-1.0.2 templates/Guardfile