Commit 368fa52f by Kálmán Viktor

circle: use pipeline with disable compilers option

parent 8eb950ce
......@@ -170,6 +170,9 @@ STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
PIPELINE_COMPILERS = (
'pipeline.compilers.less.LessCompiler',
)
PIPELINE_DISABLED_COMPILERS = (
'pipeline.compilers.less.LessCompiler',
)
PIPELINE_CSS_COMPRESSOR = 'pipeline.compressors.yuglify.YuglifyCompressor'
# PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.jsmin.JSMinCompressor'
# PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.yuglify.YuglifyCompressor'
......
......@@ -35,5 +35,5 @@ sqlparse==0.1.11
pika==0.9.13
Fabric==1.9.0
lxml==3.3.5
django-pipeline==1.3.25
pyinotify==0.9.4
git+https://github.com/BME-IK/django-pipeline.git
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment