Hi, I am trying to compress assets in both main webroot folder and plugin webroot folder.
webroot/assets/js/*.js => webroot/js/*.js
{plugin name}/webroot/assets/js/*.js => {plugin name}/webroot/js/*.js
the problem is that there is only one cachePath. so if main webroot assets work, then plugin assets don't work.
is there any way to build both assets at the same time?