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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user