Sha256: e977fe52b76f05888ff6d517a110ddac56d3bc7b177dc8fda442af605cf27a23
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
notification :off interactor :off guard :shell do watch %r[^(?!output|templates/scss)] do |m| `bookshelf export` end watch %r[^templates/scss] do |m| `sass --unix-newlines templates/scss:templates` end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookshelf-1.0.0 | templates/Guardfile |