提交 084174b5 编写于 作者: G gero3 提交者: Mr.doob

Add licensing info to the builds (#9547)

上级 020a0ffb
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"build-min": "rollup -c && uglifyjs build/three.js -cm > build/three.min.js", "build-min": "rollup -c && uglifyjs build/three.js -cm --comments /threejs.org\\\/license/ > build/three.min.js",
"dev": "rollup -c -w", "dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
...@@ -30,6 +30,6 @@ export default { ...@@ -30,6 +30,6 @@ export default {
plugins: [ plugins: [
glsl() glsl()
], ],
banner: '// threejs.org/license \n',
outro: outro outro: outro
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册