mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
fewer errors
This commit is contained in:
parent
a81d61ba1b
commit
a746f0e29b
42
build/gui.js
42
build/gui.js
File diff suppressed because one or more lines are too long
@ -38,7 +38,6 @@ Polymer( 'controller-option', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.super();
|
this.super();
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -30,7 +30,7 @@ gulp.task( 'build', ['vulcanize'], function() {
|
|||||||
return gulp.src( 'build/gui.html' )
|
return gulp.src( 'build/gui.html' )
|
||||||
.pipe( $.replace( /\\/g, '\\\\' ) )
|
.pipe( $.replace( /\\/g, '\\\\' ) )
|
||||||
.pipe( $.replace( /'/g, '\\\'' ) )
|
.pipe( $.replace( /'/g, '\\\'' ) )
|
||||||
.pipe( $.replace( /^( .* )$/gm, '\'$1\',' ) )
|
.pipe( $.replace( /^(.*)$/gm, '\'$1\',' ) )
|
||||||
.pipe( $.insert.wrap( 'document.write( [', '].join( "\\n" ) )' ) )
|
.pipe( $.insert.wrap( 'document.write( [', '].join( "\\n" ) )' ) )
|
||||||
.pipe( $.rename( 'gui.js' ) )
|
.pipe( $.rename( 'gui.js' ) )
|
||||||
.pipe( gulp.dest( 'build' ) );
|
.pipe( gulp.dest( 'build' ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user