From 195d7b910b3fd43c1144e7a403f24236fcbba027 Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Wed, 20 Nov 2024 11:06:33 +0200 Subject: [PATCH] chore(*): fixing app-lob build --- gulpfile.js | 6 +----- live-editing/Routes.ts | 10 ---------- .../grid-dynamic-chart-data.component.html | 6 +++--- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 304603da3..8bfa7f46f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -84,7 +84,7 @@ const createPrependerdLobStructure = (cb) => { const addPrerenderedLobPages = (cb) => { const { metadata } = require('./projects/app-lob/src/app/metadata'); - const indexFilePath = path.resolve(__dirname, './', 'dist/app-lob', 'index.html'); + const indexFilePath = path.resolve(__dirname, './', 'dist/app-lob/browser', 'index.html'); // read in the index.html file fs.readFile(indexFilePath, 'utf8', function (err, data) { @@ -237,10 +237,6 @@ const processDemosWithScss = () => processApp("src", "angular-demos", "data"); const processDemosLobWithScss = () => processApp("projects/app-lob/src", "angular-demos-lob", "services"); const processDemosCrmWithScss = () => processApp("projects/app-crm/src", "angular-demos-grid-crm"); -let repositoryfyAngularDemos; -let repositoryfyAngularDemosLob; -let repositoryfyAngularDemosCrm; - const copyGitHooks = async (cb) => { if (process.env.AZURE_PIPELINES || process.env.TRAVIS || process.env.CI || !fs.existsSync('.git')) { diff --git a/live-editing/Routes.ts b/live-editing/Routes.ts index 40137d738..7b1f686a0 100644 --- a/live-editing/Routes.ts +++ b/live-editing/Routes.ts @@ -46,8 +46,6 @@ import { GridFinJSDockManagerModule } from '../projects/app-lob/src/app/grid-fin import { PaginationModule } from '../src/app/pagination/pagination.module'; import * as PaginatorRouting from '../src/app/pagination/pagination-routing.module'; import { PivotGridsModule } from '../src/app/pivot-grid/pivot-grids.module'; -import { PivotGridsRoutingModule } from '../src/app/pivot-grid/pivot-grids-routing.module'; -import { AppModule } from '../projects/app-crm/src/app/app.module'; export const MODULE_ROUTES = [ { @@ -159,11 +157,3 @@ export const DV_MODULE_ROUTES = [ routes: GridFinJSDockManagerRoutingModule.gridFinJsDockManagerGridRoutes } ]; - -export const CRM_MODULE_ROUTES = [ - { - module: AppModule, - path: 'grid-crm', - routes: GridCRMRouting.gridCrmRoutes - } -]; diff --git a/projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data.component.html b/projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data.component.html index e2b9e26ab..21414118d 100644 --- a/projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data.component.html +++ b/projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data.component.html @@ -1,9 +1,9 @@ - +
- +