Commit 865a89d
Maledong
fixture:
1. For function 'fullBuild', the first statement 'opts' can be divided into
two parameters called "selectedLocales" and "reserveLocale", the order
isn't right, according to the caller of this function itself (See its
calling at server.js by 'build.fullBuild' and other related functions).
So switch them together.
2. Fix #2443 (comment) for watch, because we didn't pass the parameter into
the buildLocale, there'll be Unhandled Exception.watch cannot build files changed or added successfully (#2457)1 parent c54ff3c commit 865a89d
2 files changed
Lines changed: 27 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| 343 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
47 | 64 | | |
48 | 65 | | |
49 | 66 | | |
50 | 67 | | |
51 | 68 | | |
| 69 | + | |
52 | 70 | | |
53 | | - | |
| 71 | + | |
| 72 | + | |
54 | 73 | | |
55 | 74 | | |
| 75 | + | |
56 | 76 | | |
57 | 77 | | |
| 78 | + | |
58 | 79 | | |
59 | | - | |
| 80 | + | |
| 81 | + | |
60 | 82 | | |
61 | 83 | | |
62 | 84 | | |
| |||
0 commit comments