django-pipeline Questions
2
Solved
I have a fresh virtualenv environment and have got the latest django-pipleline.
The JS compression with Closure works perfect, but CSS compression with Yuglify fails, due a node error:
STATICFILE...
Shah asked 28/1, 2013 at 17:44
4
Solved
I've been trying to get django-pipeline setup so that I can compile and concat my assets. I would also like to remove the compiled css files from my repository to avoid merge conflicts in pull requ...
Slovene asked 23/12, 2013 at 23:10
2
Solved
I'm trying to compile static with django-pipeline, but can't manage to serve static in dev mode. Since I'm not a Django developer, I may be wrong how Django serves static files itself. Here's my pr...
Thaw asked 29/5, 2016 at 14:53
1
Basically, the hash on the cache busting file is not updating.
class S3PipelineStorage(PipelineMixin, CachedFilesMixin, S3BotoStorage):
pass
PIPELINE_JS = {
'main.js': {
'output_filename': 'js...
Boote asked 29/7, 2013 at 17:41
1
I am trying django-pipeline in order to minify static resources, use cache for them and make my templates simpler. My CSS and JS files are found and loaded by my browser but it takes about 10 secon...
Cocytus asked 30/1, 2015 at 15:37
5
Solved
I'm trying to use django-pipeline-1.1.27 with s3boto to compress and filter static files, and then upload them to an s3 bucket. If I just use:
PIPELINE_STORAGE = 'pipeline.storage.PipelineFinderSt...
Doodlesack asked 7/3, 2012 at 20:59
2
In accordance with the django-pipeline docs, I've added 'pipeline.middleware.MinifyHTMLMiddleware', to my MIDDLEWARE_CLASSES to minify html files. But, when I check the htmls that have been rendere...
Blatherskite asked 21/3, 2014 at 3:21
3
I have a module that calls require on a Javascript library. I am trying to compress my .js files with Django-Pipeline but after collectstatic the web-page gives the error:
UncaughtReferenceError:...
Bryozoan asked 1/7, 2014 at 0:45
1
Solved
I've configured django-pipeline to compress js and css. While js works, it is not able to find css files.
The files can be found using findstatic command. I'm testing it with just one file now whi...
Yoshikoyoshio asked 2/9, 2013 at 11:12
1
© 2022 - 2024 — McMap. All rights reserved.