New packages org (#2639)

New packages org
This commit is contained in:
Eugenio Romano
2017-11-16 14:12:52 +00:00
committed by GitHub
parent 6a24c6ef75
commit a52bb5600a
1984 changed files with 17179 additions and 40423 deletions

View File

@@ -25,11 +25,11 @@ while [[ $1 == -* ]]; do
esac
done
COMPONENTS_ROOT="$DIR/../ng2-components"
COMPONENTS_ROOT="$DIR/../lib"
# Find all directories in $COMPONENTS_ROOT called i18n and add the demo-shell manually
COMPONENTS=(`find $COMPONENTS_ROOT -type d -name i18n -not \( -name '*.*' -o -path '**/node_modules*' -o -path '**/bundles*' \)`)
COMPONENTS+=("$DIR/../demo-shell-ng2/resources/i18n")
COMPONENTS+=("$DIR/../demo-shell/resources/i18n")
# Loop the individual components
for COMPONENT_DIR in "${COMPONENTS[@]}"