jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
scripts
Last commit date
init
3 weeks ago
site-sync
3 weeks ago
registry.php
3 weeks ago
registry.php
21 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Script registry - Auto-generated by build process. |
| 4 | * Do not edit this file manually. |
| 5 | * |
| 6 | * @package jpa |
| 7 | */ |
| 8 | |
| 9 | return array( |
| 10 | array( |
| 11 | 'handle' => 'jetpack-premium-analytics-init', |
| 12 | 'path' => 'init/index', |
| 13 | 'asset' => 'init/index.min.asset.php', |
| 14 | ), |
| 15 | array( |
| 16 | 'handle' => 'jetpack-premium-analytics-site-sync', |
| 17 | 'path' => 'site-sync/index', |
| 18 | 'asset' => 'site-sync/index.min.asset.php', |
| 19 | ), |
| 20 | ); |
| 21 |