Made all sapphire/thirdparty classes _manifest_exclude'd

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60874 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-08-17 01:08:10 +00:00
parent 25f8cd78c5
commit 76797cc5e1
3 changed files with 4 additions and 0 deletions

View File

@ -526,6 +526,7 @@ class Requirements {
$fileContent = file_get_contents($base . $file);
// if we have a javascript file and jsmin is enabled, minify the content
if(stripos($file, '.js') && self::$combine_js_with_jsmin) {
require_once('thirdparty/jsmin/JSMin.php');
$fileContent = JSMin::minify($fileContent);
}
// write a header comment for each file for easier identification and debugging

View File

@ -1,4 +1,7 @@
<?php
require_once 'thirdparty/spyc/Spyc.php';
/**
* Uses the Spyc library to parse a YAML document (see http://yaml.org).
* YAML is a simple markup languages that uses tabs and colons instead of the more verbose XML tags,

0
thirdparty/_manifest_exclude vendored Normal file
View File