templates/Guardfile in kitabu-1.0.6 vs templates/Guardfile in kitabu-2.0.0
- old
+ new
@@ -1,12 +1,8 @@
notification :off
interactor :off
guard :shell do
- watch %r[^(?!output|templates/scss)] do |m|
+ watch %r[^(?!output)] do |m|
`kitabu export`
- end
-
- watch %r[^templates/scss] do |m|
- `sass --unix-newlines templates/scss:templates`
end
end