File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ See [Configuration Options](doc/config.md)
26
26
27
27
``` html
28
28
<!-- normal -->
29
- <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0 /esl.js" ></script >
29
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2 /esl.js" ></script >
30
30
31
31
<!-- min -->
32
- <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0 /esl.min.js" ></script >
32
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2 /esl.min.js" ></script >
33
33
34
34
<!-- source -->
35
- <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-0 /esl.source.js" ></script >
35
+ <script src =" http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2 /esl.source.js" ></script >
36
36
```
37
37
38
38
[ 过往版本] ( CDN.md )
@@ -43,8 +43,8 @@ See [Configuration Options](doc/config.md)
43
43
44
44
` uglifyjs -mc + gzip `
45
45
46
- - ` esl 1.8.0 normal ` 3709 bytes
47
- - ` esl 1.8.0 min ` 3429 bytes
46
+ - ` esl 1.8.2 normal ` 3487 bytes
47
+ - ` esl 1.8.2 min ` 3208 bytes
48
48
- ` requirejs 2.1.11 ` 6289 bytes
49
49
50
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esl" ,
3
3
"description" : " ESL是一个浏览器端、符合AMD的标准加载器,适合用于现代Web浏览器端应用的入口与模块管理。" ,
4
- "version" : " 1.8.0 " ,
4
+ "version" : " 1.8.2 " ,
5
5
"contributors" : [
6
6
{
"name" :
" errorrik" ,
"email" :
" [email protected] " }
7
7
],
You can’t perform that action at this time.
0 commit comments