Commit 8b04d23
committed
Modifying crazyfun Closure compilation to read command-line flags from file
Because of the large number of JavaScript files we pass through the
Closure compiler for some targets, we are running over the 8192 character
limit of the command line in Windows. The workaround is to have the
Closure compiler read its command-line flags from a file instead.1 parent 5c82646 commit 8b04d23
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
| 560 | + | |
562 | 561 | | |
563 | 562 | | |
564 | 563 | | |
565 | 564 | | |
566 | 565 | | |
567 | | - | |
| 566 | + | |
568 | 567 | | |
569 | 568 | | |
570 | 569 | | |
571 | 570 | | |
572 | 571 | | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
573 | 576 | | |
| 577 | + | |
| 578 | + | |
574 | 579 | | |
575 | 580 | | |
576 | 581 | | |
| |||
0 commit comments