PluginProbe
Civist – Petitions and Fundraising / trunk
Civist – Petitions and Fundraising vtrunk
8.0.3 8.0.2 8.0.0 trunk
civist / civist-scripts.php

civist-scripts.php in Civist – Petitions and Fundraising trunk, at civist-scripts.php

16 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Exposes $civist_webpack_files variable containing the chunks injected by htmlWebpackPlugin as a php data type
4 *
5 * This file is generated from a template that allows the resource paths to be injected at build time
6 *
7 * @package civist
8 */
9
10 if ( ! defined( 'WPINC' ) ) {
11 die;
12 }
13
14 $civist_webpack_files = json_decode( '{"manifest":{"size":0,"entry":"civist-wordpress-manifest.js","hash":"9d4590d0600e5cb0cfda","css":[]},"vendor":{"size":1805071,"entry":"civist-wordpress-vendor.js","hash":"f540895d1b696f8e8395","css":[]},"common":{"size":555908,"entry":"civist-wordpress-common.js","hash":"733e9c8efc2e97c97e10","css":[]},"manager":{"size":702666,"entry":"civist-wordpress-manager.js","hash":"1acf400d951fc81b4533","css":[]},"editor":{"size":105178,"entry":"civist-wordpress-editor.js","hash":"d03f1f5a66c117ac967c","css":[]},"plugins":{"size":13351,"entry":"civist-wordpress-plugins.js","hash":"b77e03d326693461f6da","css":[]},"settings":{"size":761776,"entry":"civist-wordpress-settings.js","hash":"ccfba31c09a5c686a03d","css":[]},"registration":{"size":24110,"entry":"civist-wordpress-registration.js","hash":"0b4459a72a7a680ad221","css":[]},"plugin":{"size":2271,"entry":"civist-wordpress-plugin.js","hash":"dfadec4a54806e18c006","css":[]},"civist2017":{"size":770,"entry":"civist-wordpress-civist2017.js","hash":"2977a60e4098fac9cab1","css":["civist-wordpress-civist2017.css"]}}' );
15
16