../../closure-library/closure/bin/build/closurebuilder.py: Closure Compiler now natively understands and orders Closure dependencies and
자바 스크립트 컴파일을 수행하기 위해이 스크립트를 사용하여 이상 prefererred됩니다
내가 Google Closure Library과 OpenLayers 3을 사용하고 있기 때문에, 어떻게 내가 MyApp를-deps.js 드를 구축
- 에 컴파일러 (compiler.jar)를 호출해야합니까 계류중인 파일
- 사용 된 OL3 및 CL 클래스 만 포함하는 축소 된 버전의 myapp.js 빌드
- OL3 및 CL의 사전 계산 된 종속 파일 (예. ol3-deps.js)
모든 것이 다음 구조에 위치한다고 가정 해 보겠습니다. 이것은 내 자신의 프로젝트와 거의 동일하지만 여기에 직접 게시하는 것은 크고 복잡합니다.
project/
src/
js/
<some other js "required" in myapp.js>
myapp.js
myapp-deps.js # This should be the dependency file
lib/
closure/goog/...
third_party/closure/goog/...
myapp.js # This should be the minified version
ol3/
모든 힌트에 대해 감사드립니다.