Pyramid Webpack
- Build:
- Documentation:
- Downloads:
- Source:
A Pyramid extension for managing assets with Webpack.
Quick Start
Install cookiecutter
Create a new project:
$ cookiecutter gh:stevearc/pyramid-cookiecutter-webpack
Install and set up necessary packages:
$ cd <your project> $ virtualenv env $ source env/bin/activate $ pip install --upgrade pip $ pip install -e . $ npm install
Start the webpack build:
$ npm run watch
In a separate terminal, start the Pyramid server:
$ pserve --reload development.ini
Changelog
0.1.3 - 2017/9/5
Fix loading stats file in python 3.5 PR #6
0.1.2 - 2017/9/3
Fix #4: Issue with Jinja2 rendering
Created a cookiecutter to make it easier to get started: https://github.com/stevearc/pyramid-cookiecutter-webpack
0.1.1 - 2016/10/27
Add cache_max_age config option
0.1.0 - 2016/10/23
Initial release
Release files for pyramid-webpack 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyramid_webpack-0.1.3.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyramid_webpack-0.1.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / pyramid_webpack-0.1.3.tar.gz
| Download URL | pyramid_webpack-0.1.3.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ffb587352ceb5a90d6eb88496dfc0b25276cd7351df461f1db2b7b92f2247f98
|
|
BLAKE2b-256 checksum How to use checksums |
8ad56b5e7dd8bd3e67bf4dd7680016683b0fac3b55cf869bd3c6ec9fdaf7f352
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pyramid_webpack-0.1.3-py2.py3-none-any.whl
| Download URL | pyramid_webpack-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
99d58b9e2949f06079b461affa20b6c9b896870b5b7caad8ad6cf741c223e710
|
|
BLAKE2b-256 checksum How to use checksums |
16f19abbb31e4ab55326f9a90805e7e2b5e1d8c4ef0fc8686d25121f0a5f070f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |