Skip to content

Tags: mikeengland/django-webpack-loader

Tags

0.3.3

Toggle 0.3.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request django-webpack#66 from owais/tiemouts

Added ability timeout when waiting for webpack to compile a bundle

0.3.2

Toggle 0.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed jinaj2 test cases

0.3.1

Toggle 0.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Releasing version 0.3.1

0.3.0

Toggle 0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Experimental new loader

New class based loader implementation

* Potentially Breaking Changes

    This commit introduces a new `CACHE` setting which when set to true makes the loader cache the contents of the stats files in memory. This means if set to True, the server will have to be restarted every time the stats file contents change or it'll keep serving old, cached URLs. `CACHE` defaults to `not DEBUG` by default.

0.2.3

Toggle 0.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Releasing 0.2.3

0.2.0

Toggle 0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped version

0.2

Toggle 0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bumped version

0.1.2

Toggle 0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed setup.py

0.0.8

Toggle 0.0.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Release 0.0.8

    * Added support to render different file types from the same bundle separately

0.0.6

Toggle 0.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bumped version