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() {
612
612
let prevComponent = null ;
613
613
let sampleDataCollection = { } ;
614
614
let sampleJson = { } ;
615
- let error = "" ;
616
615
for ( let i = 0 ; i < files . length ; i ++ ) {
617
616
let name = path . basename ( files [ i ] , fileExt ) ;
618
617
let currentComp = files [ i ] . split ( '/' ) [ 2 ] ;
@@ -666,14 +665,6 @@ function generateStackblitzFiles() {
666
665
}
667
666
$ ( '#description' ) . remove ( ) ;
668
667
$ ( '#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
- // }
677
668
var repoScript = '' ;
678
669
var hfile = hDep . replace ( / { { :a c t i o n - d e s c r i p t i o n } } / , adescription ) .
679
670
replace ( / { { :d e s c r i p t i o n } } / , description ) .
@@ -769,13 +760,6 @@ function generateStackblitzFiles() {
769
760
770
761
}
771
762
}
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
-
779
763
}
780
764
781
765
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @syncfusion/ej2-javascript-samples" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 18.2.44 " ,
4
4
"description" : " Examples of JavaScript (ES5) UI Controls" ,
5
5
"author" : " Syncfusion Inc." ,
6
6
"license" : " SEE LICENSE IN license" ,
You can’t perform that action at this time.
0 commit comments