few quick updates to the gulp file

This commit is contained in:
Robert Sheldon 2018-06-03 16:19:33 -04:00
parent 5247b4bcdd
commit 23f888522c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ gulp.task('compile', function() {
.pipe(shell([ .pipe(shell([
// 'openscad compile/compile.scad -o compile/out.stl > 1' // 'openscad compile/compile.scad -o compile/out.stl > 1'
'openscad <%= file.relative %> -o <%= file.relative %>.stl' 'openscad <%= file.relative %> -o <%= file.relative %>.stl'
], { verbose: true, shell: '/bin/bash'})) ], { ignoreErrors: true }))
}); });
gulp.task('default', function() { gulp.task('default', function() {