2
我已經瀏覽了所有與我有問題類似的相關文章,但沒有一篇似乎解決了我的問題,因此我的問題。使用django-pipeline縮小靜態文件(js&css)會導致空文件
當我運行python manage.py collectstatic
django-pipeline生成縮小的css文件,其中沒有內容。有人可以請告訴我如何解決這個問題。 我在終端中看不到任何錯誤。使用django 1.5。
這裏是我的Django的管道特定設置:
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
PIPELINE_ENABLED = True
PIPELINE_CSS_COMPRESSOR = 'pipeline.compressors.yuglify.YuglifyCompressor'
PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.yuglify.YuglifyCompressor'
PIPELINE_YUGLIFY_BINARY = '/usr/bin/env yuglify'
PIPELINE_CSS = {
'page_style': {
'source_filenames': (
'css/header.css',
'css/content.css',
'jqm/grid.css'
),
'output_filename': 'assets/compressed/page_style.min.css',
}
}
更完整的解決方案可能是「不通過apt-get安裝節點」。這很好,但我想發佈此解決方法*以防萬一*。 –