Skip to content

Commit 93ed59e

Browse files
committed
Removed unnecessary test script, moved scripts to utils/.
1 parent 5ad0744 commit 93ed59e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

test.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

build.sh renamed to utils/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
# Build the compiler without GWT.
23
mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml

utils/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
# Run the local build of CC in target/. Make sure to run build.sh before running
3+
# this script.
4+
java -jar target/closure-compiler-1.0-SNAPSHOT.jar $@

0 commit comments

Comments
 (0)