Skip to content

Commit 775594a

Browse files
chore(*): update packages
1 parent fd95684 commit 775594a

File tree

3 files changed

+604
-523
lines changed

3 files changed

+604
-523
lines changed

gulpfile.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const createPrependerdLobStructure = (cb) => {
8484

8585
const addPrerenderedLobPages = (cb) => {
8686
const { metadata } = require('./projects/app-lob/src/app/metadata');
87-
const indexFilePath = path.resolve(__dirname, './', 'dist/app-lob', 'index.html');
87+
const indexFilePath = path.resolve(__dirname, './', 'dist/app-lob/browser', 'index.html');
8888

8989
// read in the index.html file
9090
fs.readFile(indexFilePath, 'utf8', function (err, data) {
@@ -237,10 +237,6 @@ const processDemosWithScss = () => processApp("src", "angular-demos", "data");
237237
const processDemosLobWithScss = () => processApp("projects/app-lob/src", "angular-demos-lob", "services");
238238
const processDemosCrmWithScss = () => processApp("projects/app-crm/src", "angular-demos-grid-crm");
239239

240-
let repositoryfyAngularDemos;
241-
let repositoryfyAngularDemosLob;
242-
let repositoryfyAngularDemosCrm;
243-
244240
const copyGitHooks = async (cb) => {
245241

246242
if (process.env.AZURE_PIPELINES || process.env.TRAVIS || process.env.CI || !fs.existsSync('.git')) {

0 commit comments

Comments
 (0)