Skip to content

Commit

Permalink
build(publish): remove unneeded add-license-to-rx (angular#12734)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfaproject authored and vicb committed Nov 10, 2016
1 parent 2aba8b0 commit 458ca71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
42 changes: 0 additions & 42 deletions tools/code.angularjs.org/add-license-to-rx.js

This file was deleted.

2 changes: 0 additions & 2 deletions tools/code.angularjs.org/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function init {
IS_SNAPSHOT_BUILD=
fi
RX_BUNDLE_DIR=$(resolveDir ../../node_modules/rxjs/bundles)
RX_LICENSE=$(resolveDir ../../node_modules/rxjs)/LICENSE.txt
}

function prepare {
Expand Down Expand Up @@ -57,7 +56,6 @@ function prepare {
mkdir $REPO_DIR/$NEW_VERSION
cp -r $BUILD_DIR/* $REPO_DIR/$NEW_VERSION/
cp -r $RX_BUNDLE_DIR/* $REPO_DIR/$NEW_VERSION/
node ./add-license-to-rx.js --license-path=$RX_LICENSE --build-path=$REPO_DIR/$NEW_VERSION
fi

#
Expand Down

0 comments on commit 458ca71

Please sign in to comment.