Function __global->js_compile
Definitions
sources/web_resources2.php
- Compile a JavaScript file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$j | ID_TEXT | required parameter | N/A | N/A | Name of the JS file |
$js_cache_path | PATH | required parameter | N/A | N/A | Full path to the JS file |
$minify | boolean | True | N/A | N/A | Whether to also do minification |
$theme | ?ID_TEXT | Null | N/A | N/A | Theme to use (null: current theme) |