Skip to content

Commit c77dfe0

Browse files
UltComboTravis CI
authored and
Travis CI
committed
fix deploy script JSRocksHQ#14
1 parent aa7c7b2 commit c77dfe0

File tree

72 files changed

+119
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+119
-119
lines changed

2014/05/ecmascript-6-a-better-javascript-for-the-ambient-computing-era/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Tue May 27 2014 03:18:47 GMT-0300 (BRT)</div>
271+
<div class="date-post">Tue May 27 2014 06:18:47 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">ECMAScript 6 - A Better JS for the Ambient Computing Era</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/05/ecmascript-6-the-future-is-here/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Tue May 27 2014 02:18:47 GMT-0300 (BRT)</div>
271+
<div class="date-post">Tue May 27 2014 05:18:47 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">ES6 - The future is here</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/05/hello-world/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Sat May 17 2014 05:18:47 GMT-0300 (BRT)</div>
271+
<div class="date-post">Sat May 17 2014 08:18:47 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">Hello World</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/05/practical-workflows-es6-modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Tue May 27 2014 04:18:47 GMT-0300 (BRT)</div>
271+
<div class="date-post">Tue May 27 2014 07:18:47 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">Practical Workflows for ES6 Modules, Fluent 2014</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/07/a-new-syntax-for-modules-in-es6/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jcemer" rel="author" class="author">Jean Carlo Emer</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Fri Jul 11 2014 04:18:47 GMT-0300 (BRT)</div>
271+
<div class="date-post">Fri Jul 11 2014 07:18:47 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">A new syntax for modules in ES6</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/07/es6-interview-with-david-herman/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Thu Jul 03 2014 22:08:30 GMT-0300 (BRT)</div>
271+
<div class="date-post">Fri Jul 04 2014 01:08:30 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">ES6 interview with David Herman</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/08/what-is-next-for-javascript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Fri Aug 29 2014 00:04:03 GMT-0300 (BRT)</div>
271+
<div class="date-post">Fri Aug 29 2014 03:04:03 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">What's next for JavaScript</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/08/what-you-need-to-know-about-block-scope-let/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
271+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">What you need to know about block scope - let</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/10/arrow-functions-and-their-scope/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/felipenmoura" rel="author" class="author">Felipe N. Moura</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Wed Oct 01 2014 01:01:41 GMT-0300 (BRT)</div>
271+
<div class="date-post">Wed Oct 01 2014 04:01:41 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">Arrow Functions and their scope</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/10/es6-modules-today-with-6to5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Tue Oct 28 2014 10:49:54 GMT-0200 (BRST)</div>
271+
<div class="date-post">Tue Oct 28 2014 12:49:54 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">ES6 modules today with 6to5</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/10/javascript-unicode/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Mon Oct 13 2014 16:22:32 GMT-0300 (BRT)</div>
271+
<div class="date-post">Mon Oct 13 2014 19:22:32 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">JavaScript ♥ Unicode</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2014/12/using-es6-modules-in-the-browser-with-gulp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://juan.me" rel="author" class="author">Juan Cabrera</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Tue Dec 02 2014 15:14:37 GMT-0200 (BRST)</div>
271+
<div class="date-post">Tue Dec 02 2014 17:14:37 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">Using ES6 modules in the browser with gulp</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2015/01/temporal-dead-zone-tdz-demystified/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="https://twitter.com/Ult_Combo" rel="author" class="author">Fabrício S. Matté</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Sat Jan 31 2015 16:19:51 GMT-0200 (BRST)</div>
271+
<div class="date-post">Sat Jan 31 2015 18:19:51 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">Temporal Dead Zone (TDZ) demystified</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

2015/05/how-i-m-using-es6-modules-in-production/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<a href="http://twitter.com/jaydson" rel="author" class="author">Jaydson Gomes</a>
269269
</div>
270270
</div>
271-
<div class="date-post">Fri May 08 2015 01:51:30 GMT-0300 (BRT)</div>
271+
<div class="date-post">Fri May 08 2015 04:51:30 GMT+0000 (UTC)</div>
272272
<h1 class="title-post">how I'm using es6 modules in production</h1>
273273
<div class="centering">
274274
<ul class="tags-post">

categories/articles/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2015/01/temporal-dead-zone-tdz-demystified" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/2015/01/temporal-dead-zone-tdz-demystified" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Sat Jan 31 2015 16:19:51 GMT-0200 (BRST)</div>
275+
<div class="date-post">Sat Jan 31 2015 18:19:51 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/2015/01/temporal-dead-zone-tdz-demystified" alt="Temporal Dead Zone (TDZ) demystified">Temporal Dead Zone (TDZ) demystified</a></h1>
277277

278278
<div class="intro-post"> </div>
@@ -310,7 +310,7 @@ <h1 class="title-post"><a href="/2015/01/temporal-dead-zone-tdz-demystified" alt
310310
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2014/10/arrow-functions-and-their-scope" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
311311
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/2014/10/arrow-functions-and-their-scope" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
312312
</aside>
313-
<div class="date-post">Wed Oct 01 2014 01:01:41 GMT-0300 (BRT)</div>
313+
<div class="date-post">Wed Oct 01 2014 04:01:41 GMT+0000 (UTC)</div>
314314
<h1 class="title-post"><a href="/2014/10/arrow-functions-and-their-scope" alt="Arrow Functions and their scope">Arrow Functions and their scope</a></h1>
315315

316316
<div class="intro-post"> <p>Among so many great new features in ES6, Arrow Functions (or Fat Arrow Functions) is one that deserves attention!</p>
@@ -353,7 +353,7 @@ <h1 class="title-post"><a href="/2014/10/arrow-functions-and-their-scope" alt="A
353353
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2014/08/what-you-need-to-know-about-block-scope-let" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
354354
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/2014/08/what-you-need-to-know-about-block-scope-let" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
355355
</aside>
356-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
356+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
357357
<h1 class="title-post"><a href="/2014/08/what-you-need-to-know-about-block-scope-let" alt="What you need to know about block scope - let">What you need to know about block scope - let</a></h1>
358358

359359
<div class="intro-post"> </div>

categories/basics/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2014/10/arrow-functions-and-their-scope" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/2014/10/arrow-functions-and-their-scope" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Wed Oct 01 2014 01:01:41 GMT-0300 (BRT)</div>
275+
<div class="date-post">Wed Oct 01 2014 04:01:41 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/2014/10/arrow-functions-and-their-scope" alt="Arrow Functions and their scope">Arrow Functions and their scope</a></h1>
277277

278278
<div class="intro-post"> <p>Among so many great new features in ES6, Arrow Functions (or Fat Arrow Functions) is one that deserves attention!</p>
@@ -315,7 +315,7 @@ <h1 class="title-post"><a href="/2014/10/arrow-functions-and-their-scope" alt="A
315315
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2014/08/what-you-need-to-know-about-block-scope-let" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
316316
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/2014/08/what-you-need-to-know-about-block-scope-let" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
317317
</aside>
318-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
318+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
319319
<h1 class="title-post"><a href="/2014/08/what-you-need-to-know-about-block-scope-let" alt="What you need to know about block scope - let">What you need to know about block scope - let</a></h1>
320320

321321
<div class="intro-post"> </div>

categories/cn/articles/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
275+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/cn/2014/08/what-you-need-to-know-about-block-scope-let" alt="你需要知道的块级作用域 - let">你需要知道的块级作用域 - let</a></h1>
277277

278278
<div class="intro-post"> <ul>

categories/cn/basics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
275+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/cn/2014/08/what-you-need-to-know-about-block-scope-let" alt="你需要知道的块级作用域 - let">你需要知道的块级作用域 - let</a></h1>
277277

278278
<div class="intro-post"> <ul>

categories/cn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/cn/2015/05/how-i-m-using-es6-modules-in-production" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/cn/2015/05/how-i-m-using-es6-modules-in-production" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Fri May 08 2015 01:51:30 GMT-0300 (BRT)</div>
275+
<div class="date-post">Fri May 08 2015 04:51:30 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/cn/2015/05/how-i-m-using-es6-modules-in-production" alt="how i'm using es6 modules in production">how i'm using es6 modules in production</a></h1>
277277

278278
<div class="intro-post"> <h1 id="how-i-m-using-es6-modules-in-production">how i&#39;m using es6 modules in production</h1>

categories/cn/modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/cn/2014/11/es6-modules-today-with-6to5" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/cn/2014/11/es6-modules-today-with-6to5" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Wed Nov 05 2014 13:19:50 GMT-0200 (BRST)</div>
275+
<div class="date-post">Wed Nov 05 2014 15:19:50 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/cn/2014/11/es6-modules-today-with-6to5" alt="使用6to5,让今天就来写ES6的模块化开发!">使用6to5,让今天就来写ES6的模块化开发!</a></h1>
277277

278278
<div class="intro-post"> <p>我之前在Twitter上发过一个照片,表达出我有多快乐,这像是一个时光机让我们可以穿梭到未来-ES6的时代!下面让我来展示如何使用6to5让今天就可以练手ES6的模块化。</p>

categories/cn/scope/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
273273
<a href="#" data-provider="https://twitter.com/intent/tweet?url=" data-post-url="/cn/2014/08/what-you-need-to-know-about-block-scope-let" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
274274
</aside>
275-
<div class="date-post">Wed Aug 27 2014 22:58:23 GMT-0300 (BRT)</div>
275+
<div class="date-post">Thu Aug 28 2014 01:58:23 GMT+0000 (UTC)</div>
276276
<h1 class="title-post"><a href="/cn/2014/08/what-you-need-to-know-about-block-scope-let" alt="你需要知道的块级作用域 - let">你需要知道的块级作用域 - let</a></h1>
277277

278278
<div class="intro-post"> <ul>

0 commit comments

Comments
 (0)