mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
few quick updates to the gulp file
This commit is contained in:
parent
5247b4bcdd
commit
23f888522c
@ -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 New Issue
Block a user