addons/Xencafe/Seo
_data
_files/js/xencafe/seo/char_counter.js
build.json
addon.json
hashes.json
build.json is
works!
unfortunately this does not work →
Building release ZIP.
Unexpected error while minifying JS: Empty result provided by the compiler.
_data
_files/js/xencafe/seo/char_counter.js
build.json
addon.json
hashes.json
build.json is
Code:
{
"additional_files": [
"js/xencafe/seo"
]
}
works!
Code:
{
"additional_files": [
"js/xencafe/seo"
],
"minify": [
"js/xencafe/seo/char_counter.js"
]
}
unfortunately this does not work →
Building release ZIP.
Unexpected error while minifying JS: Empty result provided by the compiler.
Last edited: