(2013-08-19, 14:03:41)rpetges Wrote: The filesystem structure is the following one :
/cms/theme/mytheme/js <-- config.js is located here
/cms/theme/mytheme/css <--- styles inside this folder cannot be loaded
I also tried the ../ option and it does not work.
If Kolyok's solution doesn't work, you could put your styles and config.js file in the same folder (js or cs, or a new one, e.g. assets), and then just use:
prefix: 'style',
[edit] fixed typo.