|
6 | 6 | "start": "ng serve",
|
7 | 7 | "prebuild": "node projects/hslayers/prebuild.js",
|
8 | 8 | "build": "ng build hslayers --configuration production",
|
9 |
| - "prebuild-app-bs": "echo '⚠️ Building with Bootstrap... ⚠️'", |
10 |
| - "prebuild-app": "echo '⚠️ Building WITHOUT Bootstrap... ⚠️'", |
11 |
| - "build-app": "ng build hslayers-app --configuration without-bootstrap", |
| 9 | + "prebuild-app-bs": "echo '⚠️ Building with Bootstrap & icons... ⚠️'", |
| 10 | + "prebuild-app": "echo '⚠️ Building for Wagtail eg. WITHOUT Bootstrap and icons... ⚠️'", |
| 11 | + "build-app": "ng build hslayers-app --configuration wagtail", |
12 | 12 | "build-app-bs": "ng build hslayers-app --configuration bootstrap",
|
13 | 13 | "build-cesium": "ng build hslayers-cesium --configuration production",
|
14 | 14 | "build-cesium-app": "ng build hslayers-cesium-app --configuration production",
|
15 | 15 | "build-decoupling-app": "ng build decoupling-test-app --configuration production",
|
16 | 16 | "build-sensors": "ng build hslayers-sensors --configuration production",
|
17 | 17 | "prebuild-watch": "node projects/hslayers/prebuild.js",
|
18 |
| - "postbuild": "npm run build-css && npm run build-css-colors && npm run build-css-wo-bootstrap", |
| 18 | + "postbuild": "npm run build-css && npm run build-css-colors && npm run build-css-wagtail", |
19 | 19 | "build-css": "npx sass --load-path=node_modules projects/hslayers/css/hslayers-ng.scss dist/hslayers/css/hslayers-ng.css",
|
20 |
| - "build-css-wo-bootstrap": "node projects/hslayers/css/hslayers-wo-bootstrap.js", |
| 20 | + "build-css-wagtail": "node projects/hslayers/css/hslayers-wagtail-css.js", |
21 | 21 | "build-css-colors": "npx sass --load-path=node_modules projects/hslayers/css/hslayers-colors.scss dist/hslayers/css/hslayers-ng-colors.css",
|
22 | 22 | "start-test-app": "ng serve test-app --hmr",
|
23 | 23 | "start-decoupling-test-app": "ng serve decoupling-test-app --hmr",
|
|
0 commit comments