Add basic Readme and exclude bundle checks (#4384)

This commit is contained in:
Maurizio Vitale
2019-03-03 21:49:23 +00:00
committed by GitHub
parent cd069fbc58
commit 8ea4e164ff
2 changed files with 7 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ do
if [ ! -f package/_theming.scss ]; then
if [ $PACKAGE == 'adf-extensions' ]; then
echo "no style needed"
elif [ $PACKAGE == 'adf-testing' ]; then
echo "no style needed"
else
error_out '31;1' "$PACKAGE style not found!" >&2
exit 1
@@ -128,6 +130,8 @@ do
if [ ! -f package/bundles/assets/$PACKAGE/i18n/en.json ]; then
if [ $PACKAGE == 'adf-extensions' ]; then
echo "no i18n needed"
elif [ $PACKAGE == 'adf-testing' ]; then
echo "no i18n needed"
else
error_out '31;1' "$PACKAGE i18n not found!" >&2
exit 1