|
820 | 820 | }
|
821 | 821 | }
|
822 | 822 | },
|
| 823 | + "documentation": { |
| 824 | + "root": "libs/documentation", |
| 825 | + "sourceRoot": "libs/documentation", |
| 826 | + "projectType": "library", |
| 827 | + "prefix": "daffodil", |
| 828 | + "architect": { |
| 829 | + "build": { |
| 830 | + "builder": "@angular-devkit/build-angular:ng-packagr", |
| 831 | + "options": { |
| 832 | + "tsConfig": "libs/documentation/tsconfig.lib.json", |
| 833 | + "project": "libs/documentation/ng-package.json" |
| 834 | + }, |
| 835 | + "configurations": { |
| 836 | + "production": { |
| 837 | + "tsConfig": "libs/documentation/tsconfig.lib.prod.json" |
| 838 | + } |
| 839 | + } |
| 840 | + }, |
| 841 | + "test": { |
| 842 | + "builder": "@angular-devkit/build-angular:karma", |
| 843 | + "options": { |
| 844 | + "main": "libs/documentation/test.ts", |
| 845 | + "codeCoverage": true, |
| 846 | + "tsConfig": "libs/documentation/tsconfig.spec.json", |
| 847 | + "karmaConfig": "libs/documentation/karma.conf.js", |
| 848 | + "stylePreprocessorOptions": { |
| 849 | + "includePaths": [ |
| 850 | + "libs/documentation/scss" |
| 851 | + ] |
| 852 | + } |
| 853 | + } |
| 854 | + }, |
| 855 | + "lint": { |
| 856 | + "builder": "@angular-eslint/builder:lint", |
| 857 | + "options": { |
| 858 | + "lintFilePatterns": [ |
| 859 | + "libs/documentation/**/*.ts", |
| 860 | + "libs/documentation/**/*.html" |
| 861 | + ] |
| 862 | + } |
| 863 | + } |
| 864 | + } |
| 865 | + }, |
| 866 | + "docs-components": { |
| 867 | + "root": "libs/docs-components", |
| 868 | + "sourceRoot": "libs/docs-components", |
| 869 | + "projectType": "library", |
| 870 | + "prefix": "daffodil", |
| 871 | + "architect": { |
| 872 | + "build": { |
| 873 | + "builder": "@angular-devkit/build-angular:ng-packagr", |
| 874 | + "options": { |
| 875 | + "tsConfig": "libs/docs-components/tsconfig.lib.json", |
| 876 | + "project": "libs/docs-components/ng-package.json" |
| 877 | + }, |
| 878 | + "configurations": { |
| 879 | + "production": { |
| 880 | + "tsConfig": "libs/docs-components/tsconfig.lib.prod.json" |
| 881 | + } |
| 882 | + } |
| 883 | + }, |
| 884 | + "test": { |
| 885 | + "builder": "@angular-devkit/build-angular:karma", |
| 886 | + "options": { |
| 887 | + "main": "libs/docs-components/test.ts", |
| 888 | + "codeCoverage": true, |
| 889 | + "tsConfig": "libs/docs-components/tsconfig.spec.json", |
| 890 | + "karmaConfig": "libs/docs-components/karma.conf.js", |
| 891 | + "stylePreprocessorOptions": { |
| 892 | + "includePaths": [ |
| 893 | + "libs/design/scss", |
| 894 | + "libs/docs-components/scss" |
| 895 | + ] |
| 896 | + } |
| 897 | + } |
| 898 | + }, |
| 899 | + "lint": { |
| 900 | + "builder": "@angular-eslint/builder:lint", |
| 901 | + "options": { |
| 902 | + "lintFilePatterns": [ |
| 903 | + "libs/docs-components/**/*.ts", |
| 904 | + "libs/docs-components/**/*.html" |
| 905 | + ] |
| 906 | + } |
| 907 | + } |
| 908 | + } |
| 909 | + }, |
823 | 910 | "daffio": {
|
824 | 911 | "root": "apps/daffio/",
|
825 | 912 | "sourceRoot": "apps/daffio/src",
|
|
863 | 950 | "includePaths": [
|
864 | 951 | "apps/daffio/src/scss",
|
865 | 952 | "dist/design/scss",
|
866 |
| - "dist/branding/src/scss" |
| 953 | + "dist/branding/src/scss", |
| 954 | + "dist/docs-components/src/scss" |
867 | 955 | ]
|
868 | 956 | },
|
869 | 957 | "scripts": [],
|
|
933 | 1021 | "includePaths": [
|
934 | 1022 | "apps/daffio/src/scss",
|
935 | 1023 | "dist/design/scss",
|
936 |
| - "dist/branding/src/scss" |
| 1024 | + "dist/branding/src/scss", |
| 1025 | + "dist/docs-components/src/scss" |
937 | 1026 | ]
|
938 | 1027 | },
|
939 | 1028 | "scripts": [],
|
|
1034 | 1123 | "includePaths": [
|
1035 | 1124 | "apps/daffio/src/scss",
|
1036 | 1125 | "libs/design/scss",
|
1037 |
| - "libs/branding/src/scss" |
| 1126 | + "libs/branding/src/scss", |
| 1127 | + "dist/docs-components/src/scss" |
1038 | 1128 | ]
|
1039 | 1129 | },
|
1040 | 1130 | "scripts": [],
|
|
1086 | 1176 | "stylePreprocessorOptions": {
|
1087 | 1177 | "includePaths": [
|
1088 | 1178 | "apps/design-land/src/scss",
|
1089 |
| - "dist/design/scss" |
| 1179 | + "dist/design/scss", |
| 1180 | + "dist/docs-components/src/scss" |
1090 | 1181 | ]
|
1091 | 1182 | },
|
1092 | 1183 | "scripts": [],
|
|
1156 | 1247 | "stylePreprocessorOptions": {
|
1157 | 1248 | "includePaths": [
|
1158 | 1249 | "apps/design-land/src/scss",
|
1159 |
| - "dist/design/scss" |
| 1250 | + "dist/design/scss", |
| 1251 | + "dist/docs-components/src/scss" |
1160 | 1252 | ]
|
1161 | 1253 | },
|
1162 | 1254 | "scripts": [],
|
|
0 commit comments