mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 09:27:46 +00:00
few quick updates to the gulp file
This commit is contained in:
parent
5247b4bcdd
commit
23f888522c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue