Skip to content

Commit

Permalink
Add scss style to built app
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 23, 2025
1 parent ad9be9a commit 3ad6895
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,

"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down Expand Up @@ -131,6 +132,11 @@
"browser": "src/main-opensource.ts",
"tsConfig": "src/tsconfig.app.opensource.json",
"styles": [
"src/styles/variables.scss",
"src/styles/arlas-wui-theme.scss",
"src/styles.scss",
"node_modules/iv-viewer/dist/iv-viewer.css",
"node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"node_modules/maplibre-gl/dist/maplibre-gl.css"
],
"index": {
Expand Down Expand Up @@ -174,6 +180,11 @@
"browser": "src/main-cloud.ts",
"tsConfig": "src/tsconfig.app.cloud.json",
"styles": [
"src/styles/variables.scss",
"src/styles/arlas-wui-theme.scss",
"src/styles.scss",
"node_modules/iv-viewer/dist/iv-viewer.css",
"node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css",
"node_modules/mapbox-gl/dist/mapbox-gl.css"
],
"scripts": [
Expand Down
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SCRIPT_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd)"
PROJECT_ROOT_DIRECTORY="$(dirname "$SCRIPT_DIRECTORY")"

if [ -z "$GITHUB_CHANGELOG_TOKEN" ] ; then echo "Please set GITHUB_CHANGELOG_TOKEN environment variable"; exit -1; fi

echo "=> Docker login"
echo "${DOCKER_PASSWORD}" | docker login -u ${DOCKER_USERNAME} --password-stdin

Expand Down

0 comments on commit 3ad6895

Please sign in to comment.