Skip to content

Commit

Permalink
fix: remove docs for silverstripe#10215
Browse files Browse the repository at this point in the history
  • Loading branch information
gurucomkz committed Aug 2, 2022
1 parent b41ab53 commit ce63e3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/en/02_Developer_Guides/01_Templates/03_Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ You can also use any of the below options in order to tweak this behaviour:
other systems, it is usually necessary to distinguish combined files from other assets.
* `Requirements_Backend.combine_in_dev` - By default combined files will not be combined except in test
or live environments. Turning this on will allow for pre-combining of files in development mode.
* `Requirements_Backend.resolve_relative_css_refs` - By default combined files will be parsed for relative urls
to image/font assets and those URLs will be changed to absolute to accommodate the fact that the combined
css is placed in a totally different folder than the source css files. Turn this off if you see some
unexpected results.

In some cases it may be necessary to create a new storage backend for combined files, if the default location
is not appropriate. Normally a single backend is used for all site assets, so a number of objects must be
Expand All @@ -258,7 +254,6 @@ SilverStripe\View\Requirements:
disable_flush_combined: true
SilverStripe\View\Requirements_Backend:
combine_in_dev: true
resolve_relative_css_refs: true
combine_hash_querystring: true
default_combined_files_folder: 'combined'
SilverStripe\Core\Injector\Injector:
Expand Down

0 comments on commit ce63e3f

Please sign in to comment.