I'm very new to scss and css so please bear with me.
(我对CSS和CSS还是很陌生,所以请多多包涵。)
I've done some research but found conflicting information. (我进行了一些研究,但发现信息冲突。)
I have 2 freelancers working on my project.
(我有2个自由职业者在我的项目上工作。)
Both freelancers make changes to: (两位自由职业者都对以下内容进行了更改:)
style.css
style.css.map
style.scss
Everytime I merge their work I break the frontend.
(每当我合并他们的工作时,我都会破坏前端。)
How can I merge their work without breaking everything? (如何在不破坏所有内容的情况下合并他们的工作?)
I read online that these files should not be included in GIT?
(我在线阅读了这些文件不应该包含在GIT中吗?)
I also read that I should used GULP or LESS? (我还读到我应该使用GULP还是LESS?)
Apparently, I should compile the merged code before committing? (显然,我应该在提交之前编译合并的代码?)
Seriously confused with the research. (与研究严重混淆。)
How do I handle these files?
(我该如何处理这些文件?)
ask by Boosted_d16 translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…