Skip to content

Commit

Permalink
Merge pull request #299 from johan/stable-build
Browse files Browse the repository at this point in the history
Always build the same input files to a stable output
  • Loading branch information
joeyparrish committed Mar 4, 2016
2 parents 1556d0f + 2d20619 commit 5aeb62c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Google Inc. <*@google.com>
Itay Kinnrot <Itay.Kinnrot@Kaltura.com>
Jason Palmer <jason@jason-palmer.com>
Jesper Haug Karsrud <jesper.karsrud@gmail.com>
Johan Sundström <oyasumi@gmail.com>
Nick Desaulniers <nick@mozilla.com>
Oskar Arvidsson <oskar@irock.se>
Philo Inc. <*@philo.com>
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Jacob Trimble <modmaker@google.com>
Jason Palmer <jason@jason-palmer.com>
Jesper Haug Karsrud <jesper.karsrud@gmail.com>
Joey Parrish <joeyparrish@google.com>
Johan Sundström <oyasumi@gmail.com>
Jono Ward <jonoward@gmail.com>
Natalie Harris <natalieharris@google.com>
Nick Desaulniers <nick@mozilla.com>
Expand Down
3 changes: 2 additions & 1 deletion build/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function closure_sources_0() {
}

function compile_0() {
xargs -0 java -jar "$dir"/third_party/closure/compiler.jar $closure_opts "$@"
sort -z | xargs -0 \
java -jar "$dir"/third_party/closure/compiler.jar $closure_opts "$@"
}

function lint_0() {
Expand Down

0 comments on commit 5aeb62c

Please sign in to comment.