mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
25f8cd78c5
commit
76797cc5e1
@ -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
|
||||
|
@ -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
0
thirdparty/_manifest_exclude
vendored
Normal file
Loading…
Reference in New Issue
Block a user