[問題] Web開發最佳實踐?

作者: leondemon (狗狗)   2016-10-03 14:13:57
想問問 Best Practice 的問題
開發的時候,往往會有分 Production 和 Staging/Development 版本
例如:
1. HTML 中,使用的 Library在 Production 可能用 CDN 的 .min.js
但 Development 可能是用 Local 的 source code
2. JS 中可能有些參數是給 Staging/Development 用的,不希望曝光在 Production 中
3. CSS/SASS/LESS 等,依照環境,是否壓縮最佳化
因此想問問看 Web 開發的最佳實踐,是如何切出 Production/Staging/Development 代碼
我的想法是,資料夾如下 (舉個例子)
root/
作者: Kenqr (function(){})()   2016-10-03 14:22:00
推一下 我也想知道
作者: GoalBased (Artificail Intelligence)   2016-10-03 14:36:00
你說到gulp就可以了吧
作者: Gold740716 (項為之強)   2016-10-03 21:16:00
git branch?

Links booklink

Contact Us: admin [ a t ] ucptt.com