Configuration and list of available settings for Pipeline. Pipeline settings are namespaced in a PIPELINE dictionary in your project settings, e.g.:
Configuration and list of available settings for Pipeline. Pipeline settings are namespaced in a PIPELINE dictionary in your project settings, e.g.: ::
PIPELINE = {
PIPELINE = {
'PIPELINE_ENABLED': True,
'PIPELINE_ENABLED': True,
...
@@ -32,7 +32,6 @@ syntax to select multiples files.
...
@@ -32,7 +32,6 @@ syntax to select multiples files.
The basic syntax for specifying CSS/JavaScript groups files is ::
The basic syntax for specifying CSS/JavaScript groups files is ::
PIPELINE = {
PIPELINE = {
'STYLESHEETS': {
'STYLESHEETS': {
'colors': {
'colors': {
'source_filenames': (
'source_filenames': (
...
@@ -46,7 +45,6 @@ The basic syntax for specifying CSS/JavaScript groups files is ::
...
@@ -46,7 +45,6 @@ The basic syntax for specifying CSS/JavaScript groups files is ::
},
},
},
},
},
},
'JAVASCRIPT': {
'JAVASCRIPT': {
'stats': {
'stats': {
'source_filenames': (
'source_filenames': (
...
@@ -271,7 +269,7 @@ Wrapped javascript output
...
@@ -271,7 +269,7 @@ Wrapped javascript output
All javascript output is wrapped in an anonymous function : ::
All javascript output is wrapped in an anonymous function : ::