Skip to content

Commit ef87669

Browse files
committed
updated gulpfile.js
1 parent 90459f3 commit ef87669

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

gulpfile.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ function generateStackblitzFiles() {
612612
let prevComponent = null;
613613
let sampleDataCollection = {};
614614
let sampleJson = {};
615-
let error = "";
616615
for (let i = 0; i < files.length; i++) {
617616
let name = path.basename(files[i], fileExt);
618617
let currentComp = files[i].split('/')[2];
@@ -666,14 +665,6 @@ function generateStackblitzFiles() {
666665
}
667666
$('#description').remove();
668667
$('#action-description').remove();
669-
//var metaDescription = "";
670-
// if (mdescription) {
671-
// if ((mdescription.length >= 60) && (mdescription.length <= 160)) {
672-
// metaDescription = metaTagTemplate.replace(/{{metaData}}/, mdescription);
673-
// } else {
674-
// error = error + canonical + ' description length should be between 60-160 characters\n';
675-
// }
676-
// }
677668
var repoScript = '';
678669
var hfile = hDep.replace(/{{:action-description}}/, adescription).
679670
replace(/{{:description}}/, description).
@@ -769,13 +760,6 @@ function generateStackblitzFiles() {
769760

770761
}
771762
}
772-
773-
// if (error) {
774-
// console.log("=========== *** Build error due to invalid description length *** ==========\n\n");
775-
// console.log(error);
776-
// process.exit(1);
777-
// }
778-
779763
}
780764

781765
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-javascript-samples",
3-
"version": "1.0.0",
3+
"version": "18.2.44",
44
"description": "Examples of JavaScript (ES5) UI Controls",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)