提交 114da367 编写于 作者: S Sylvain Nieuwlandt

Automatically install dev dependencies

上级 369ad27c
watch: build
fswatch -0 three.js/src/*/*.js aframe/src/*.js babylon.js/src/*.js | xargs -0 -n 1 -I {} make build
prepare:
npm install
build:
cd three.js && make build
cd aframe && make build
minify:
minify: prepare
cd three.js && make minify
cd aframe && make minify
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册