From 23f888522c0b019b82dc36c900ae74ac1e35d392 Mon Sep 17 00:00:00 2001
From: Robert Sheldon <rsheldiii@gmail.com>
Date: Sun, 3 Jun 2018 16:19:33 -0400
Subject: [PATCH] few quick updates to the gulp file

---
 gulpfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gulpfile.js b/gulpfile.js
index 280c4f8..1ca62ca 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -15,7 +15,7 @@ gulp.task('compile', function() {
              .pipe(shell([
               //  'openscad compile/compile.scad -o compile/out.stl > 1'
               'openscad <%= file.relative %> -o <%= file.relative %>.stl'
-            ], { verbose: true, shell: '/bin/bash'}))
+            ], { ignoreErrors: true }))
 });
 
 gulp.task('default', function() {