Browse
For agents
About
Jetpack Boost – Website Speed, Performance and Critical CSS
/
trunk
Jetpack Boost – Website Speed, Performance and Critical CSS
vtrunk
Switch version
4.7.0
4.7.0-beta
4.6.3
4.6.2
4.6.2-beta
3.12.0
3.12.1
3.13.0
3.13.1
3.2.0
3.2.1
3.2.2
3.3.0
3.3.1
3.4.0
3.4.1
3.4.2
3.4.3
3.4.4
3.4.6
3.4.7
3.4.8
3.4.9
3.5.0
3.5.1
All 124 releases
Overview
Code
jetpack-boost
/
build
/
modules
/
registry.php
registry.php
in Jetpack Boost – Website Speed, Performance and Critical CSS trunk, at build/modules/registry.php
16 lines
269 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* Script module registry - Auto-generated by build process.
4
* Do not edit this file manually.
5
*
6
*
@package
jetpack_boost
7
*/
8
9
return
array
(
10
array
(
11
'
id
'
=>
'
@jetpack-boost/init
'
,
12
'
path
'
=>
'
init/index
'
,
13
'
asset
'
=>
'
init/index.min.asset.php
'
,
14
)
,
15
)
;
16