- 03 Apr, 2013 1 commit
-
-
Live Script Support
Timothée Peignier committed
-
- 01 Apr, 2013 1 commit
-
-
Arnar Yngvason committed
-
- 30 Mar, 2013 1 commit
-
-
Arnar Yngvason committed
-
- 26 Mar, 2013 1 commit
-
-
Use context as dict instead of kwargs in PipelineExtension
Timothée Peignier committed
-
- 25 Mar, 2013 1 commit
-
-
A context dict is compatible with both the jinja2 and coffin (django) tempate interfaces. kwargs is only compatible with jinja2.
Mark Sandstrom committed
-
- 23 Mar, 2013 1 commit
-
-
Adding 3rd party compiler section
Timothée Peignier committed
-
- 14 Mar, 2013 4 commits
-
-
fix for #198 including unittest
Timothée Peignier committed -
Miroslav Shubernetskiy committed
-
Miroslav Shubernetskiy committed
-
added unit test illustrating issue #198 (CSS Relative Paths with querystring/hash are not converted)
Miroslav Shubernetskiy committed
-
- 10 Mar, 2013 3 commits
-
-
Adds documentation for cache-busting URL support with staticfiles
Timothée Peignier committed -
Timothée Peignier committed
-
Rémy Sanchez committed
-
- 08 Mar, 2013 3 commits
-
-
Timothée Peignier committed
-
Stop requiring a Django version bigger than 1.4.2 since that upgrade to ...
Timothée Peignier committed -
Jannis Leidel committed
-
- 05 Mar, 2013 4 commits
-
-
Extending the document to contain links out to third party compilers written on top of django-pipeline. This should make simpler to find related resources and expand the django-pipeline community.
Jared Scott committed -
Timothée Peignier committed
-
adding Template instructions for Handlebars
Timothée Peignier committed -
Fixing a grammar issue in the mustache section as well as adding settings for handlebars support
Jared Scott committed
-
- 04 Mar, 2013 2 commits
-
-
replaced closure with uglify typo
Timothée Peignier committed -
Chris committed
-
- 27 Feb, 2013 7 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
what if we use thread ?
Timothée Peignier committed -
Timothée Peignier committed
-
- 26 Feb, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 25 Feb, 2013 4 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
on debug does not minify html
Timothée Peignier committed -
If settings.DEBUG is True developer does not want minifyed html. This is needed only in production enviroment.
Venelin Stoykov committed
-
- 23 Feb, 2013 3 commits
-
-
Rami Chowdhury committed
-
Rami Chowdhury committed
-
avoid errors for newlines in stderr
Timothée Peignier committed
-
- 22 Feb, 2013 2 commits
-
-
Fabian Büchler committed
-
UglifyJS2 prints two newlines '\n\n' into stderr for me. The `if stderr` in the `SubProcessCompressor.execute_command` raises a CompressionError if that happens. I've added a `strip()` call to avoid that.
Fabian Büchler committed
-