Hello all!
I´ve a doubt about Javascript. I don´t know too much about this.I´m triying combine files to reduce http request because I´ve about 20 javascript files . So, I did a bit test with 2 files mootools-more and mootools-core using YUI compressor. It combine both files and I called "web.js". After I added to default.php the script to HEAD <script type="text/javascript" src="/min/f=js/web.js"></script>.
When resfreshed to check it, the slideshow and popup cart doesn´t work.May be i´m doing something wrong.Anyone could suggest me how i can combine the files?
Kind regards
PD:I tried to use template option "compression javascript" and it doesn´t work.