diff --git a/include/functions.php b/include/functions.php index a6dbd43a8..7ebbe38b3 100755 --- a/include/functions.php +++ b/include/functions.php @@ -2386,7 +2386,6 @@ } function get_minified_js($files) { - require_once 'lib/jshrink/Minifier.php'; $rv = ''; diff --git a/index.php b/index.php index fb24066fd..cba52284b 100644 --- a/index.php +++ b/index.php @@ -113,8 +113,6 @@ 'use strict'; require({cache:{}}); diff --git a/prefs.php b/prefs.php index 89e5f4c2a..2b1270f10 100644 --- a/prefs.php +++ b/prefs.php @@ -80,8 +80,6 @@ 'use strict'; require({cache:{}}); diff --git a/lib/jshrink/LICENSE b/vendor/JShrink/LICENSE similarity index 100% rename from lib/jshrink/LICENSE rename to vendor/JShrink/LICENSE diff --git a/lib/jshrink/Minifier.php b/vendor/JShrink/Minifier.php similarity index 100% rename from lib/jshrink/Minifier.php rename to vendor/JShrink/Minifier.php diff --git a/lib/jshrink/README.md b/vendor/JShrink/README.md similarity index 100% rename from lib/jshrink/README.md rename to vendor/JShrink/README.md