mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +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([
|
.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() {
|
||||||
|
|
Loading…
Reference in a new issue