我在考虑在即将到来的项目中使用较少的资源,但一直试图找出在发展中与它合作的最佳途径。
Usually when developing a site I ll write my html and css then start testing it in the browser, see how it looks, refine, reload, and repeat the whole process until I m happy with how everything looks.
A crucial part of the process is using the Inspect Element feature in the browser to identify the piece of CSS I need to change. Usually just by looking at the line number I know exactly where to go in my CSS file.
但是,如果我使用较少(或采用任何其他方法合并/压缩我的特别安全局),那么线数便无用。 我知道,我可以使用Find搜索法典的章节,但线数要更快。
在开展涉及其他开发商或大型公司档案的项目时尤其如此。
我只想知道其他人是如何处理这个问题的,或者也许会有一个更好的进程?