Skip to content

Commit 7f7d668

Browse files
committed
added fibjs
1 parent 76222ff commit 7f7d668

8 files changed

+8
-1
lines changed

README.es-es.md

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm
181181
- Herramientas base
182182
- [Node.js](https://nodejs.org/) [[GitHub]](https://github.com/joyent/node/)
183183
- [Phantom.js](http://phantomjs.org/) [[GitHub]](https://github.com/ariya/phantomjs/)
184+
- [fibjs](http://fibjs.org/en/) [[GitHub]](https://github.com/xicilion/fibjs)
184185
- Calidad
185186
- [JSLint](http://www.jslint.com/) [[GitHub]](https://github.com/douglascrockford/JSLint/)
186187
- [JSHint](http://jshint.com/) [[GitHub]](https://github.com/jshint/jshint/)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm
175175
- Base Tools
176176
- [Node.js](https://nodejs.org/) [[GitHub]](https://github.com/joyent/node/)
177177
- [Phantom.js](http://phantomjs.org/) [[GitHub]](https://github.com/ariya/phantomjs/)
178+
- [fibjs](http://fibjs.org/en/) [[GitHub]](https://github.com/xicilion/fibjs)
178179
- Quality
179180
- [JSLint](http://www.jslint.com/) [[GitHub]](https://github.com/douglascrockford/JSLint/)
180181
- [JSHint](http://jshint.com/) [[GitHub]](https://github.com/jshint/jshint/)

README.zh-cn.md

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ https://rawgit.com/unruledboy/WebFrontEndStack/master/ux/WebFrontEndStack.htm?lo
182182
- 基础工具
183183
- [Node.js](https://nodejs.org/) [[GitHub]](https://github.com/joyent/node/)
184184
- [Phantom.js](http://phantomjs.org/) [[GitHub]](https://github.com/ariya/phantomjs/)
185+
- [fibjs](http://fibjs.org/en/) [[GitHub]](https://github.com/xicilion/fibjs)
185186
- 质量控制
186187
- [JSLint](http://www.jslint.com/) [[GitHub]](https://github.com/douglascrockford/JSLint/)
187188
- [JSHint](http://jshint.com/) [[GitHub]](https://github.com/jshint/jshint/)

Web Front End Stack.es-es.png

-256 KB
Loading

Web Front End Stack.png

-248 KB
Loading

Web Front End Stack.zh-cn.png

-243 KB
Loading

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var fs = Promise.promisifyAll(require('fs'));
1212
var app = new express();
1313
var queueReady = ["server"];
1414

15-
var pageWidth = 1900; // Magic number!
15+
var pageWidth = 2000; // Magic number!
1616
var pageHeight = 3800;
1717

1818
var config = {

ux/WebFrontEndStack.json

+4
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,10 @@
409409
"url": "http://phantomjs.org/",
410410
"github": "https://github.com/ariya/phantomjs/",
411411
"stargazers": 14950
412+
}, {
413+
"name": "fibjs",
414+
"url": "http://fibjs.org/en/",
415+
"github": "https://github.com/xicilion/fibjs"
412416
}]
413417
}, {
414418
"name": "Quality",

0 commit comments

Comments
 (0)