Skip to content

Commit

Permalink
Merge pull request #429 from kronion/master
Browse files Browse the repository at this point in the history
Update installation.rst
  • Loading branch information
cyberdelia committed Feb 22, 2015
2 parents aecd8b8 + 3b8d2ca commit 1f78607
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,18 @@ Upgrading to 1.4

To upgrade to pipeline 1.4, you will need to follow theses steps:

1. Rewrite all templates like follow
1. Update templates to use the new syntax

.. code-block:: python
{# pipeline<1.4 #}
{% load compressed %}
{% compressed_js 'group' %}
{% compressed_css 'group' %}
.. code-block:: python
{# pipeline=1.4 #}
{% load pipeline %}
{% javascript 'group' %}
{% stylesheet 'group' %}
Expand Down

0 comments on commit 1f78607

Please sign in to comment.