Skip to main content

Pyramid extension for managing assets with Webpack.

Project description

Pyramid Webpack

Build:

build coverage

Documentation:

http://pyramid-webpack.readthedocs.io/

Downloads:

http://pypi.python.org/pypi/pyramid_webpack

Source:

https://github.com/stevearc/pyramid_webpack

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.2 - 2017/9/3

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

pyramid_webpack-0.1.2.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

pyramid_webpack-0.1.2-py2.py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page