Skip to content

Commit 99922c7

Browse files
committed
build(cesium-app): Hslayers ng styles from project dir
1 parent 2f537de commit 99922c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
],
582582
"styles": [
583583
"node_modules/cesium/Build/Cesium/Widgets/widgets.css",
584-
"dist/hslayers/css/hslayers-ng.scss"
584+
"projects/hslayers/css/hslayers-ng.scss"
585585
]
586586
}
587587
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "ng serve",
77
"prebuild": "node projects/hslayers/prebuild.js",
88
"build": "ng build hslayers --configuration production",
9-
"prebuild-app-bs": "echo '⚠️ Building with Bootstrap & icons... ⚠️'",
10-
"prebuild-cesium-app-bs": "echo '⚠️ Building with Bootstrap & icons... ⚠️'",
9+
"prebuild-app-bs": "echo '⚠️ Building with Bootstrap and icons... ⚠️'",
10+
"prebuild-cesium-app-bs": "echo '⚠️ Building with Bootstrap and icons... ⚠️'",
1111
"prebuild-app": "echo '⚠️ Building for Wagtail eg. WITHOUT Bootstrap and icons... ⚠️'",
1212
"prebuild-cesium-app": "echo '⚠️ Building for Wagtail eg. WITHOUT Bootstrap and icons... ⚠️'",
1313
"build-app": "ng build hslayers-app --configuration wagtail",

0 commit comments

Comments
 (0)