File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff 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 ( / { { :a c t i o n - d e s c r i p t i o n } } / , adescription ) .
679670 replace ( / { { :d e s c r i p t i o n } } / , 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/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments