1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-23 22:22:59 +02:00

Make Minify::combine and mix_extra stuff operational (and disabled by default)

This commit is contained in:
Steve Clay
2015-09-29 13:17:31 -04:00
parent f769e35233
commit a566536f80
4 changed files with 33 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<?php
die('Must be rewritten for new API');
die('Disabled: use this only for testing');
require __DIR__ . '/../../bootstrap.php';
@@ -52,6 +52,7 @@ if (isset($_POST['css'])) {
?>
<h1>Test <code>Minify_CSS_UriRewriter::rewrite()</code></h1>
<p><strong>Warning! Please do not place this application on a public site.</strong> This should be used only for testing.</p>
<form action="" method="post">
<div><label>document root: <?php echo getInput('docRoot', $defaultDocRoot); ?></label></div>
<div><label>symlink: <?php echo getInput('symLink', $defaultSymLink); ?> => <?php echo getInput('symTarget', $defaultSymTarget); ?></label></div>