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 Apr 8, 2016
1 parent e244a1a commit 26ed164
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 <[email protected]>
Jason Palmer <[email protected]>
Jesper Haug Karsrud <[email protected]>
Johan Sundström <[email protected]>
Nick Desaulniers <[email protected]>
Oskar Arvidsson <[email protected]>
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 <[email protected]>
Jason Palmer <[email protected]>
Jesper Haug Karsrud <[email protected]>
Joey Parrish <[email protected]>
Johan Sundström <[email protected]>
Jono Ward <[email protected]>
Natalie Harris <[email protected]>
Nick Desaulniers <[email protected]>
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 26ed164

Please sign in to comment.