Можно поподробнее как подключить эту библиотеку? например у меня файлы лежат в /include/js я туда залил всё что было, эти файлы положил в папку files подключаю это всё в корне сайта /index.php - PHP: require_once 'include/js/index.php'; вот файл ini: PHP: [core] default = include/js/files/site.js minify = true chroot = true cache = true cache_tmp = include/js/cache checkmtime = true debug = true gzip = true expires = 72 ; time in hours for "Expires:" header gzlevel = 5 ; if zero(0), then output buffer gzip is disabled [site.js] files[] = include/js/files/jquery.js files[] = include/js/files/1.js files[] = include/js/files/2.js files[] = include/js/files/main.js Выдаёт содержимое первой страницы текстом: <!DOCTYPE html.....