python-webpack icon indicating copy to clipboard operation
python-webpack copied to clipboard

Python bindings to webpack

Results 3 python-webpack issues
Sort by recently updated
recently updated
newest added

Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

Right now, python-webpack supports `findstatic`, which is used by Django to locate and serve static files during development. However, it doesn't support `collectstatic`, which is used by Django to gather...

One cool thing about webpack is that it allows you to output multiple bundles for production. It's not clear to me if this is even possible in the python-webpack world....