Commit 58f02a0
committed
Build/Test Tools: Output a list of discovered routes.
The list of routes to be copied by the `copy:routes` Grunt task is configured dynamically by the `routes:setup` task, which parses the `gutenberg/build/routes/registry.php` file included in the built asset from the `gutenberg` repository.
The task currently produces ouitput only when an error is encountered, such as a missing `registry.php` file or invalide route name.
This adjusts the task to produce output so that the list of routes being processed is clear.
See #65471.
git-svn-id: https://develop.svn.wordpress.org/trunk@62508 602fd350-edb4-49c9-b593-d223f7449a821 parent 9101865 commit 58f02a0
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2154 | 2154 | | |
2155 | 2155 | | |
2156 | 2156 | | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
2157 | 2165 | | |
2158 | 2166 | | |
2159 | 2167 | | |
| |||
0 commit comments