From 4e17d3333bf4ee46e9f8fc304ed6f321ed4f3d70 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Sat, 26 Dec 2015 11:34:16 -0600 Subject: [PATCH] Tweak Gulpfile --- nano/Gulpfile.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nano/Gulpfile.coffee b/nano/Gulpfile.coffee index ce757e76bfe..ca4b0b6575b 100644 --- a/nano/Gulpfile.coffee +++ b/nano/Gulpfile.coffee @@ -32,7 +32,7 @@ dotOpts = append: true, selfcontained: true -### Pacakages ### +### Packages ### bower = require "main-bower-files" child_process = require "child_process" del = require "del" @@ -120,7 +120,8 @@ gulp.task "default", ["clean"], -> all.pipe g.size() gulp.task "reload", ["default"], -> - child_process.exec "reload.bat", (err, stdout, stderr) -> console.log err if err + child_process.exec "reload.bat", (err, stdout, stderr) -> + console.log err if err gulp.task "watch", -> Object.keys(input).forEach (inp) ->