mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-05 08:25:52 +00:00
Undo...
This commit is contained in:
@@ -3,10 +3,7 @@ PIPELINE_TEMPLATE_FUNC = "_.template"
|
||||
PIPELINE_COMPILERS = (
|
||||
'pipeline.compilers.coffee.CoffeeScriptCompiler',
|
||||
)
|
||||
|
||||
PIPELINE_CSS_COMPRESSOR = 'pipeline.compressors.cssmin.CSSMinCompressor'
|
||||
PIPELINE_CSSMIN_BINARY = 'cssmin'
|
||||
PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.slimit.SlimItCompressor'
|
||||
PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.uglifyjs.UglifyJSCompressor'
|
||||
|
||||
PIPELINE_CSS = {
|
||||
'css': {
|
||||
|
||||
Reference in New Issue
Block a user