mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
add missing import
This commit is contained in:
parent
fff108a63f
commit
58f74b1319
@ -33,7 +33,7 @@ gulp.task('build', ['vulcanize'], function() {
|
||||
.pipe($.replace(/'/g, '\\\''))
|
||||
.pipe($.replace(/^(.*)$/gm, '\'$1\','))
|
||||
.pipe($.insert.wrap('document.write([', '].join("\\n"))'))
|
||||
.pipe(rename('gui.js'))
|
||||
.pipe($.rename('gui.js'))
|
||||
.pipe(gulp.dest('build'));
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user