Ok I had to set permissions on the javascripts folder to 777, because
the script was complaining it couldn't write to the folder. Once I
updated the permissions, it worked fine.
I just wonder why the other syntax is not working as it's also
documented and safer if the plugin doesn't work it falls back to the
regular non-bundled scripts, while this way if the plugin doesn't work
it will generate an error saying there's no sources in the
javaScriptIncludeTag.
On 10 nov, 22:44, Yannick Morin <
ymorin...@gmail.com> wrote:
> Hi Kristof,
>
> Try like this:
>
> #javaScriptIncludeTag(bundle="all")#
>
> Bundle for JS files --->
> #generateBundle(sources="bootstrap.min,ajax,country",
> compress="false", type="js", bundle="all")#
>