Explorar o código

Fix node.js build script error (Headers not commented)

Joshua Koo %!s(int64=11) %!d(string=hai) anos
pai
achega
d1889abc5b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/build/build.js

+ 1 - 1
utils/build/build.js

@@ -68,7 +68,7 @@ function main() {
 
 		var result = uglify.minify( sources, { outSourceMap: sourcemap } );
 		
-		fs.writeFileSync( output, 'three.js / threejs.org/license\n' + result.code + sourcemapping, 'utf8' );
+		fs.writeFileSync( output, '// three.js / threejs.org/license\n' + result.code + sourcemapping, 'utf8' );
 
 		if ( args.sourcemaps ) {