Skip to content

Revert the merge of #7141 #7247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
201 changes: 0 additions & 201 deletions frontend/custom_version_strategy.rst

This file was deleted.

15 changes: 0 additions & 15 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Configuration
* `packages`_
* `version`_
* `version_format`_
* `version_strategy`_
* `templating`_
* `hinclude_default_template`_
* :ref:`form <reference-templating-form>`
Expand Down Expand Up @@ -946,8 +945,6 @@ collection each time it generates an asset's path:
),
));

.. _reference-framework-assets-packages:

packages
........

Expand Down Expand Up @@ -1016,7 +1013,6 @@ Each package can configure the following options:
* :ref:`base_urls <reference-assets-base-urls>`
* :ref:`version <reference-framework-assets-version>`
* :ref:`version_format <reference-assets-version-format>`
* :ref:`version_strategy <reference-framework-assets-version_strategy>`

.. _reference-framework-assets-version:
.. _ref-framework-assets-version:
Expand Down Expand Up @@ -1094,7 +1090,6 @@ option.
``version``. This makes it easier to increment the cache on each
deployment.

.. _reference-framework-assets-version-format:
.. _reference-templating-version-format:
.. _reference-assets-version-format:

Expand Down Expand Up @@ -1135,16 +1130,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
any URL rewriting. The latter option is useful if you would like older
asset versions to remain accessible at their original URL.

.. _reference-framework-assets-version_strategy:

version_strategy
................

**type**: ``string`` **default**: null

The service id of the :doc:`asset version strategy </frontend/custom_version_strategy>`
applied to the assets.

templating
~~~~~~~~~~

Expand Down