Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Commit

Permalink
Add deprecation notice to this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Oct 30, 2019
1 parent 241617c commit ff36645
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Hey! This repo is no longer supported!
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Flask-Webpack has been deprecated in favor of: https://github.com/nickjj/flask-static-digest

The new Flask-Static-Digest extension is easier to use, easier to configure,
works with any (or no) asset build tool and is completely stand alone.

Instead of depending on Webpack to handle md5 tagging assets and creating a
manifest, Flask-Static-Digest does all of that and now it even gzips your
files too.

This makes it a general purpose extension that you can use to make your static
files production ready.

This will be the final commit to this project. Farewell Flask-Webpack, you were
a good friend!

----

----

----

|PyPI version| |Build status|

What is Flask-Webpack?
Expand Down Expand Up @@ -131,8 +155,8 @@ stylesheets and are referencing a relative path to an asset, such as:

``src: url('../../fonts/CoolFont.eot')``

The above works in development mode because that's where the file is
located but in production mode the asset is not there. The ``asset_url_for``
The above works in development mode because that's where the file is
located but in production mode the asset is not there. The ``asset_url_for``
template helper handles all of this for you on the server side but now you need
some assistance on the client side as well.

Expand Down

0 comments on commit ff36645

Please sign in to comment.