mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 07:06:49 +02:00
Updated wiki URLs
This commit is contained in:
@@ -27,7 +27,7 @@ require dirname(__FILE__) . '/../config.php';
|
|||||||
|
|
||||||
if (! $min_enableBuilder) {
|
if (! $min_enableBuilder) {
|
||||||
header('Content-Type: text/plain');
|
header('Content-Type: text/plain');
|
||||||
die('This application is not enabled. See http://code.google.com/p/minify/wiki/BuilderApp');
|
die('This application is not enabled. See https://github.com/mrclay/minify/blob/master/docs/BuilderApp.wiki.md');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($min_builderPassword)
|
if (isset($min_builderPassword)
|
||||||
@@ -78,7 +78,7 @@ b {color:#c00}
|
|||||||
|
|
||||||
<p class=topWarning id=jsDidntLoad><strong>Uh Oh.</strong> Minify was unable to
|
<p class=topWarning id=jsDidntLoad><strong>Uh Oh.</strong> Minify was unable to
|
||||||
serve Javascript for this app. To troubleshoot this,
|
serve Javascript for this app. To troubleshoot this,
|
||||||
<a href="http://code.google.com/p/minify/wiki/Debugging">enable FirePHP debugging</a>
|
<a href="https://github.com/mrclay/minify/blob/master/docs/Debugging.wiki.md">enable FirePHP debugging</a>
|
||||||
and request the <a id=builderScriptSrc href=#>Minify URL</a> directly. Hopefully the
|
and request the <a id=builderScriptSrc href=#>Minify URL</a> directly. Hopefully the
|
||||||
FirePHP console will report the cause of the error.
|
FirePHP console will report the cause of the error.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
* You may wish to use the Minify URI Builder app to suggest
|
* You may wish to use the Minify URI Builder app to suggest
|
||||||
* changes. http://yourdomain/min/builder/
|
* changes. http://yourdomain/min/builder/
|
||||||
*
|
*
|
||||||
* See http://code.google.com/p/minify/wiki/CustomSource for other ideas
|
* See https://github.com/mrclay/minify/blob/master/docs/CustomServer.wiki.md for other ideas
|
||||||
**/
|
**/
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
@@ -30,7 +30,7 @@ class Minify {
|
|||||||
// there is some debate over the ideal JS Content-Type, but this is the
|
// there is some debate over the ideal JS Content-Type, but this is the
|
||||||
// Apache default and what Yahoo! uses..
|
// Apache default and what Yahoo! uses..
|
||||||
const TYPE_JS = 'application/x-javascript';
|
const TYPE_JS = 'application/x-javascript';
|
||||||
const URL_DEBUG = 'http://code.google.com/p/minify/wiki/Debugging';
|
const URL_DEBUG = 'https://github.com/mrclay/minify/blob/master/docs/Debugging.wiki.md';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Any Minify_Cache_* object or null (i.e. no server cache is used)
|
* Any Minify_Cache_* object or null (i.e. no server cache is used)
|
||||||
@@ -113,7 +113,7 @@ class Minify {
|
|||||||
* appear too late in the combined stylesheet. If found, serve() will prepend
|
* appear too late in the combined stylesheet. If found, serve() will prepend
|
||||||
* the output with this warning.
|
* the output with this warning.
|
||||||
*/
|
*/
|
||||||
'importWarning' => "/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */\n"
|
'importWarning' => "/* See https://github.com/mrclay/minify/blob/master/docs/CommonProblems.wiki.md#imports-can-appear-in-invalid-locations-in-combined-css-files */\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user