Pyramid extension for managing assets with Webpack.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyramid_webpack-0.1.3.tar.gz
.
File metadata
- Download URL: pyramid_webpack-0.1.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ffb587352ceb5a90d6eb88496dfc0b25276cd7351df461f1db2b7b92f2247f98
|
|
MD5 |
32b5efabef011e69f084fef7340a62e3
|
|
BLAKE2b-256 |
8ad56b5e7dd8bd3e67bf4dd7680016683b0fac3b55cf869bd3c6ec9fdaf7f352
|
File details
Details for the file pyramid_webpack-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: pyramid_webpack-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
99d58b9e2949f06079b461affa20b6c9b896870b5b7caad8ad6cf741c223e710
|
|
MD5 |
85f72df6e50cf16e031337cdb46260d0
|
|
BLAKE2b-256 |
16f19abbb31e4ab55326f9a90805e7e2b5e1d8c4ef0fc8686d25121f0a5f070f
|