mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
angular 12 with theming workaround
This commit is contained in:
10
scripts/build/build-themes.sh
Executable file
10
scripts/build/build-themes.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
cd $DIR/../..
|
||||
|
||||
echo "====== Build Themes ====="
|
||||
nx build demoshell && \
|
||||
mkdir -p ./lib/dist/core/prebuilt-themes && \
|
||||
cp ./dist/demo-shell/adf-*.css ./lib/dist/core/prebuilt-themes/
|
Reference in New Issue
Block a user