Skip to content

Commit

Permalink
Keep Alloy src folder as it is used by grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Apr 25, 2016
1 parent 719dbd3 commit f6c157c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/prepare_release.sh
Expand Up @@ -70,12 +70,12 @@ echo "This is a customized YUI3 version." > $YUI3_NOTICE
echo "To decrease the size of the bundle, it does not include the API docs," >> $YUI3_NOTICE
echo "the documentation, the unit tests or the generated debug/coverage versions of YUI code." >> $YUI3_NOTICE

echo "# Removing, docs, API docs, src, lib and tests from alloy-editor"
rm -rf "$ALLOY_DIR/src" "$ALLOY_DIR/api" "$ALLOY_DIR/lib" "$ALLOY_DIR/test"
echo "# Removing API docs, lib and tests from alloy-editor"
rm -rf "$ALLOY_DIR/api" "$ALLOY_DIR/lib" "$ALLOY_DIR/test"
check_process "clean alloy-editor"
echo "This is a customized Alloy version." > $ALLOY_NOTICE
echo "To decrease the size of the bundle, it does not include the API docs," >> $ALLOY_NOTICE
echo "the src, lib and the unit tests" >> $ALLOY_NOTICE
echo "To decrease the size of the bundle, it does not include API docs," >> $ALLOY_NOTICE
echo "lib and the unit tests" >> $ALLOY_NOTICE

echo "# Creating the custom branch: $TMP_BRANCH"
git checkout -q -b "$TMP_BRANCH" > /dev/null
Expand Down

0 comments on commit f6c157c

Please sign in to comment.