Skip to content

Commit cd4bb19

Browse files
GitHub source updated for Vol 3, 2019
1 parent 199d413 commit cd4bb19

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gulpfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var bucketName = 'ej2.syncfusion.com';
1616
var match = ['Property', 'Method', 'Event'];
1717
var link = '//' + bucketName + '/';
1818

19-
var apiLink = 'http://npmci.syncfusion.com.s3-website.ap-south-1.amazonaws.com/production/';
19+
var apiLink = '';
2020

2121
link += 'javascript/documentation/';
2222

@@ -846,10 +846,11 @@ function getSamplePathArray(samplesAr) {
846846

847847

848848
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
849+
849850
/////////////////////////////////////////////////////////////////////// Build & Serve ///////////////////////////////////////////////////////////////////////
850851
var runSequence = require('run-sequence');
851852
gulp.task('build', function (done) {
852-
runSequence('process-api', 'create-locale', 'combine-samplelist', 'bundle', 'stacblitz-json', 'next-prev', done);
853+
runSequence('create-locale', 'combine-samplelist', 'bundle', 'stacblitz-json', 'next-prev', done);
853854
});
854855

855856

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h1 class='sb-sample-text'>Chart</h1>
310310
<span class="sb-icons sb-icon-Demo"></span><span class="sb-tab-title"> DEMO </span> </div>
311311
<div>
312312
<span class="sb-icons sb-icon-Code"></span><span class="sb-tab-title"> SOURCE </span> </div>
313-
<div><span class="sb-icons sb-icon-API"></span><span class="sb-tab-title"> API </span></div>
313+
<!-- <div><span class="sb-icons sb-icon-API"></span><span class="sb-tab-title"> API </span></div> -->
314314
</div>
315315
<div class="e-content sb-sample-content-area">
316316
<div>

0 commit comments

Comments
 (0)