提交 309ea378 编写于 作者: O OpenShift guest

Also add the filename in the build.js build

上级 ea236d7c
......@@ -47,8 +47,14 @@ function main() {
for ( var j = 0; j < files.length; j ++ ){
var file = '../../' + files[ j ];
sources.push( file );
buffer.push('// You shouldn\'t edit this build file. \n');
buffer.push('// The following source code should be edited in \n');
buffer.push('// ' + files[ j ]);
buffer.push('\n\n');
buffer.push( fs.readFileSync( file, 'utf8' ) );
buffer.push('\n');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册