Add recipe for Chicken Marsala Florentine

This commit is contained in:
Andrew Miner
2019-03-30 17:39:51 -06:00
parent e0096c4b54
commit 05591a3bff
7 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ function run-watch {
start-server
echo "Watching. Press ^C to cancel"
while true; do
fswatch src -i 'js$' -i 'png$' -i 'scss$' -i 'pug$' -e '.*' | while read FILE; do
run-build
sleep 2
done