flash compiler
1.0.0
다른 플래시 컴파일러
| Apache Flex SDK 및 Adobe Air SDK는 이진 파일을 빌드, 미리보기 및 테스트하는 데 사용됩니다. |
| Android SDK 및 iOS SDK는 모바일 바이너리 파일을 모방, 미리보기 및 테스트하는 데 사용됩니다. |
| Grunt 또는 Gulp는 프로젝트를 빌드, 미리보기 및 테스트하는 데 사용됩니다. |
| 바우어 또는 잼은 종속성 관리에 사용됩니다. |
sh build [package] [mode] [options]
또는
chmod +x build && ./build -help
또는
double-click on it
-swf ( Default: ShockWave Flash)
-dmg ( Apple disk images)
-app ( Application bundle)
-apk ( Android application package file)
-ipa (? iOS application)
-air ( Adobe Integrated Runtime)
-exe (? Windows Executable file)
-rem ( Blackberry Desktop Manager / Blackberry devices)
-debug ( Default: Methodical process of finding and reducing the number of bugs, or defects)
-release ( The public distribution of software code and support materials)
-preview ( Opens compiled project)
-server ( Compiles and opens localhost environment)
-launch ( Opens localhost environment)
-hml ( Opens homologation environment)
-dev ( Opens staging environment)
Flash Compiler는 현재 Mac OS X 와만 호환됩니다. 보증은 없지만 Microsoft Windows 또는 Git-for-Windows에서 Cygwin을 사용하여 수행 할 수 있다고 생각합니다.
버그 및 문제는 문제 추적기를 통해보고해야합니다.
git checkout -b my-new-feature 실행하여 기능 분기를 만듭니다.git commit -am 'Add some feature' 실행하여 변경 사항을 커밋하십시오.git push origin my-new-feature 실행하여 지점으로 밀어 넣으십시오.▴ 위로 돌아갑니다