Skip to content

Commit 413c921

Browse files
authored
Drop support for manifesto package (#785)
1 parent b5aa4a9 commit 413c921

File tree

3 files changed

+3
-67
lines changed

3 files changed

+3
-67
lines changed

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ History
66
Unreleased
77
==========
88

9-
* Update README.rst and add Pipeline overview image
10-
* Add TypeScript compiler support
9+
* Update README.rst and add Pipeline overview image.
10+
* Add TypeScript compiler support.
11+
* Drop support for ``manifesto`` package.
1112

1213

1314
2.0.9

docs/usage.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@ Ensure that it comes after any middleware which modifies your HTML, like ``GZipM
117117
'pipeline.middleware.MinifyHTMLMiddleware',
118118
)
119119

120-
Cache manifest
121-
==============
122-
123-
Pipeline provide a way to add your javascripts and stylesheets files to a
124-
cache-manifest via `Manifesto <https://manifesto.readthedocs.io/>`_.
125-
126-
To do so, you just need to add manifesto app to your ``INSTALLED_APPS``.
127-
128120

129121
Jinja
130122
=====

pipeline/manifest.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)