- 10 Apr, 2014 1 commit
-
-
Some bower components (such as TinyMCE) require the user to use node and npm to install build dependencies and build the static components. This results in a node_modules, created by npm, directory inside the bower component directory. This is a very large directory not part of the final built static files. So ignore it.
Jon Dufresne committed
-
- 26 Mar, 2014 1 commit
-
-
Some third party js/css libraries installed through bower, contain broken references in CSS: url(...). When using PipelineCachedStorage, this breaks during collectstatic. As with AppDirectoriesFinder, ignore CSS. CSS is a pielinable content that can be managed through a pipeline asset. True, these CSS fixes should be fixed in their respective projects. Bugs have been filed, but this fix will allow pipeline users to continue using third party libraries without breaking builds and deployment.
Jon Dufresne committed
-
- 15 Mar, 2014 4 commits
-
-
Timothée Peignier committed
-
check path first
Timothée Peignier committed -
PipelineStorage.listdir short-circuit returning the first match only
Timothée Peignier committed -
Timothée Peignier committed
-
- 07 Mar, 2014 1 commit
-
-
Julien Hartmann committed
-
- 05 Mar, 2014 1 commit
-
-
pranto157 committed
-
- 04 Mar, 2014 3 commits
-
-
Timothée Peignier committed
-
check if path is exists
Timothée Peignier committed -
pranto157 committed
-
- 19 Feb, 2014 3 commits
-
-
Timothée Peignier committed
-
Thomas Parslow committed
-
Timothée Peignier committed
-
- 14 Feb, 2014 2 commits
-
-
Fix whitespace in script tags, remove charset attribute for inline scripts
Timothée Peignier committed -
Philipp Wollermann committed
-
- 13 Feb, 2014 1 commit
-
-
Before: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... After: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... The charset attribute is not valid for inline scripts: "Element script must not have attribute charset unless attribute src is also specified." http://dev.w3.org/html5/markup/script.html
Philipp Wollermann committed
-
- 31 Jan, 2014 2 commits
-
-
Bumped django dependency
Timothée Peignier committed -
DJ Sharkey committed
-
- 29 Jan, 2014 1 commit
-
-
First example should probably say PipelineStorage
Timothée Peignier committed
-
- 27 Jan, 2014 2 commits
-
-
Fix incorrect PIPELINE_JS_COMPRESSOR setting in documentation
Timothée Peignier committed -
Andy Kish committed
-
- 21 Jan, 2014 2 commits
-
-
Adding a new company on the documentation (fixes #309).
Timothée Peignier committed -
hobbestigrou committed
-
- 14 Jan, 2014 1 commit
-
-
The current code inserts bytes into a string. In Python 3 those are different types, causing the URI to look like: url("data:image/png;charset=utf-8;base64,b'iVBORw0KGgoAAAANSUhEUgAAAA...'") Because Base64 data is always ASCII it is safe to decode it as such, and insert the resulting string, which causes the correct output: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAAA...")
Sander Steffann committed
-
- 12 Jan, 2014 1 commit
-
-
First example in documentation should refer to ordinary PipelineStorage rather than PipelineCachedStorage, which is covered in the "Cache-busting" section below.
Chris Applegate committed
-
- 03 Jan, 2014 1 commit
-
-
Timothée Peignier committed
-
- 30 Dec, 2013 1 commit
-
-
Do not rewrite data URIs
Timothée Peignier committed
-
- 29 Dec, 2013 1 commit
-
-
Tomek Paczkowski committed
-
- 21 Dec, 2013 2 commits
-
-
Fixed spelling of my last name
Timothée Peignier committed -
Vitaly Babiy committed
-
- 10 Dec, 2013 1 commit
-
-
If multiprocessing and concurrent unspported, render linear compilation.
Rajiv Bose committed
-
- 09 Dec, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Use generators and add a gzip support. Signed-off-by: Timothée Peignier <timothee.peignier@tryphon.org>
Edwin Lunando committed
-
- 07 Dec, 2013 3 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 06 Dec, 2013 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-