# fireball-runtime-cocos-deprecated **Repository Path**: mirrors_cocos-creator/fireball-runtime-cocos-deprecated ## Basic Information - **Project Name**: fireball-runtime-cocos-deprecated - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 为了方便开发,目前 build 好的 cocos2d 包提交到了 lib 目录下。当在 dev repo 下执行 `gulp build` 或 `gulp watch` 时,会从 lib 里面加载最新的 cocos2d。 如果修改了这个 repo 的 src/engine 下的源码,需要手工在这个 repo 下执行 `gulp build-cocos2d`,才会更新 lib 下的脚本,更新好后记得提交 lib。