- Affected version
- 2.1.3
My add-on uses several js files. And okay, I use minification. Next...
I can’t do wrong *, not * .js or as in additional_files I can’t just specify the path. But the minifier will generate an error for multiple files.
JSON:
"minify": [
"js/MyAddon"
]
JSON:
"minify": [
"js/MyAddon/*.js"
]
JSON:
"minify": [
"js/MyAddon/*"
]
In JsMinifier.php line 41:
[E_WARNING] file_get_contents