Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Requires: phpFox version >= 4.6.0

...

  • First, you need to add a plugin/hook name bundle__start in your apps/themes.
  • Then, add the list of files that will be bundled with Core files.
Code Block
languagenone
themeRDark
borderStylesolid
linenumberstrue
collapsefalse

$aBundleScripts[] = [
    '{file_path}' => '{product_type}_{product_dir_name}',
];

{file_path}: the relative path of file with assets directory.
{product_type}: type of your product. app or flavors (App or Theme)
{product_dir_name}: name of your product directory.

...

Code Block
languagenone
themeRDark
borderStylesolid
linenumberstrue
collapsefalse

$aBundleScripts[] = [
    'autoload.js' => 'app_core-blogs',
];