mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCEMENT Stored combined files in assets/_combinedfiles by default (from r100536)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105600 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b3b3a38b39
commit
94801d75ff
@ -394,7 +394,12 @@ class Requirements_Backend {
|
|||||||
*/
|
*/
|
||||||
public $combine_js_with_jsmin = true;
|
public $combine_js_with_jsmin = true;
|
||||||
|
|
||||||
protected $combinedFilesFolder;
|
/**
|
||||||
|
* By default, combined files are stored in assets/_combinedfiles.
|
||||||
|
* Set this by calling Requirements::set_combined_files_folder()
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $combinedFilesFolder = 'assets/_combinedfiles';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Put all javascript includes at the bottom of the template
|
* Put all javascript includes at the bottom of the template
|
||||||
|
Loading…
Reference in New Issue
Block a user