File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ gulp.task('combine-samplelist', function() {
157
157
gulp . task ( 'generate-routes' , function ( done ) {
158
158
var jsonFiles = glob . sync ( './src/**/sample.json' ) ;
159
159
var imports = '' ,
160
- routs = [ "{path: '/', redirect: '/bootstrap5 /grid/grid-overview'}" ] ;
160
+ routs = [ "{path: '/', redirect: '/tailwind3 /grid/grid-overview'}" ] ;
161
161
jsonFiles . forEach ( file => {
162
162
var curJson = require ( __dirname + '/' + file ) ;
163
163
curJson . samples . forEach ( curSample => {
Original file line number Diff line number Diff line change @@ -1801,7 +1801,7 @@ const updatesourceTab = (): void => {
1801
1801
data: ' ' ,
1802
1802
content: sourceFiles [i ].displayName
1803
1803
});
1804
- updateStackBlitz ();
1804
+ // updateStackBlitz();
1805
1805
}
1806
1806
}
1807
1807
Promise .all (sourcePromise ).then ((results : Object []): void => {
You can’t perform that action at this time.
0 commit comments