Skip to content

Commit 3b1e096

Browse files
committed
copy compiler.jar to lib/ in script/bootstrap
1 parent 813b046 commit 3b1e096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/bootstrap

+3
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ rm compiler-latest.zip
2626
cd ../..
2727
echo "Building goog.jar..."
2828
jar cf ./lib/goog.jar -C closure/library/closure/ goog
29+
30+
echo "Copying closure/compiler/compiler.jar to lib/..."
31+
cp closure/compiler/compiler.jar lib

0 commit comments

Comments
 (0)