Hello
working on template musicfree template for joomla 2.5 latest version
I am trying to exclude a js script from being compressed under the template/advanced settings/excluded JS parameter.
this js script is located in a a module. thus /modules/module1/assets/scriptxxx.js
at present , i tried several path options like
../../../modules/module1/.....
it still adds the js in the compressed js.
1. is it possible to prevent a js located in the standard joomla module folder to not be added ?
2. if yes what would be the correct path.
i can't seem to find the correct info to put in the parameter.
it does not get excluded form the compresssion
thank you