NativeScript / NativeScript/nativescript-cli
feature: diffrent directory for release and debug build.
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 204
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 8
描述
From @bhavincb on May 4, 2018 11:9
if nativescript have some way easily switch between debug build to release build it will be great feature.
currently when we run tns debug android it will build debug build.
after that running tns run android --release commang will build release package.
not if we run debug command again it will again run full build. which is quite time cosuming.
so if both debug and release build uses different directory then build time can be optimized greatly.
Copied from original issue: NativeScript/NativeScript#5778
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 tns debug android 和 tns run android --release 的命令路径,以确定它们的构建输出在哪里选择。完成标准是 debug 和 release 构建使用不同的目录,并且在命令之间切换时不再触发不必要的完整重新构建。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, javascript
- 领域
- build-system, cli, mobile
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100