mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Since the ccs variable fix only adf-core has the theming.scss
This commit is contained in:
parent
e1dbcdf7b6
commit
09a2aab424
@ -108,16 +108,12 @@ do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f package/_theming.scss ]; then
|
if [ ! -f package/_theming.scss ]; then
|
||||||
if [ $PACKAGE == 'adf-extensions' ]; then
|
if [ $PACKAGE == 'adf-core' ]; then
|
||||||
echo "no style needed"
|
|
||||||
elif [ $PACKAGE == 'adf-testing' ]; then
|
|
||||||
echo "no style needed"
|
|
||||||
else
|
|
||||||
error_out '31;1' "$PACKAGE style not found!" >&2
|
error_out '31;1' "$PACKAGE style not found!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "style ok!"
|
echo "no style needed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f package/README.md ]; then
|
if [ ! -f package/README.md ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user