Skip to content

Commit

Permalink
33 maints refactor (#83)
Browse files Browse the repository at this point in the history
Refactor eds-init
  • Loading branch information
samuelecalamita authored May 8, 2024
1 parent eb104b1 commit 152529b
Show file tree
Hide file tree
Showing 93 changed files with 1,255 additions and 121 deletions.
18 changes: 13 additions & 5 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@ export interface Config {
iconsDirPath: string;
iconsTypesPath: string;
fontsScssPath?: string;
fontsCssPath?: string;
lazyStylesScssPath?: string;
lazyStylesCssPath?: string;
sidekickLibraryStylesScssPath?: string;
sidekickLibraryStylesCssPath?: string;
lcpBlocks?: string[];
}

export const config: Config = {
mainTsPath: 'src/main.ts',
mainScssPath: 'src/styles/sass/main.scss',
mainTsPath: './src/main.ts',
mainScssPath: './src/styles/sass/main.scss',
iconsDirPath: './public/icons',
iconsTypesPath: './src/types/icons.types.ts',
fontsScssPath: 'src/styles/sass/fonts.scss',
lazyStylesScssPath: 'src/styles/sass/lazy-styles.scss',
sidekickLibraryStylesScssPath: 'src/styles/sass/sidekick-library-styles.scss',
fontsScssPath: './src/styles/sass/fonts.scss',
fontsCssPath: './dist/fonts/fonts.css',
lazyStylesScssPath: './src/styles/sass/lazy-styles.scss',
lazyStylesCssPath: './dist/lazyStyles/lazyStyles.css',
sidekickLibraryStylesScssPath: './src/styles/sass/sidekick-library-styles.scss',
sidekickLibraryStylesCssPath: './dist/sidekickLibraryStyles/sidekickLibraryStyles.css',
lcpBlocks: [],
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/__chunks__/fetch.service.C1Ie3Sjw.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/__chunks__/fetch.service.DgmLKlDK.js.map

This file was deleted.

6 changes: 6 additions & 0 deletions dist/__chunks__/state.CJfvw0Ck.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/__chunks__/state.CJfvw0Ck.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions dist/__chunks__/toClassName.D9HYXfPD.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/__chunks__/toClassName.D9HYXfPD.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/form/form.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/form/form.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 152529b

Please sign in to comment.