1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

move JShrink Minifier to vendor/

This commit is contained in:
Andrew Dolgov
2018-06-20 15:04:59 +03:00
parent 2aaefbfa54
commit a9105e2a61
6 changed files with 0 additions and 5 deletions

View File

@@ -80,8 +80,6 @@
'use strict';
require({cache:{}});
<?php
require_once 'lib/jshrink/Minifier.php';
print get_minified_js(["functions.js", "prefs.js"]);
?>
</script>