Skip to content

Commit

Permalink
Update 01.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fouber committed Jul 3, 2014
1 parent f2f4b53 commit 0f209ae
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions 201405/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,23 +296,23 @@ require_static接口实现非常简单,就是准备一个数组,收集资源
考虑这样的目录结构:

project
- widget
- a
- a.css
- a.js
- a.php
- b
- b.css
- b.js
- b.php
- c
- c.css
- c.js
- c.php
- jquery.js
- bootstrap.css
- bootstrap.js
- index.php
├── widget
│ ├── a
│   │   ├── a.css
│   │   ├── a.js
│   │   └── a.php
│   ├── b
│   │   ├── b.css
│   │   ├── b.js
│   │   └── b.php
│   └── c
│   ├── c.css
│   ├── c.js
│   └── c.php
├── bootstrap.css
├── bootstrap.js
├── index.php
└── jquery.js

如果我们可以使用工具扫描整个project目录,然后创建一张资源表,同时记录每个资源的部署路径,得到这样的一张表:

Expand Down Expand Up @@ -603,4 +603,4 @@ dialog.js不会在页面以script src的形式输出,而是变成了资源注

其实在前端开发工程管理领域还有很多细节值得探索和挖掘,提升前端团队生产力水平并不是一句空话,它需要我们能对前端开发及代码运行有更深刻的认识,对性能优化原则有更细致的分析与研究。在前端工业化开发的所有环节均有可节省的人力成本,这些成本非常可观,相信现在很多大型互联网公司也都有了这样的共识。

本文只是将这个领域中很小的一部分知识的展开讨论,抛砖引玉,希望能为业界相关领域的工作者提供一些不一样的思路。
本文只是将这个领域中很小的一部分知识的展开讨论,抛砖引玉,希望能为业界相关领域的工作者提供一些不一样的思路。

0 comments on commit 0f209ae

Please sign in to comment.