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() {