@@ -135,7 +135,7 @@ Other settings
135
135
Defaults to ``not settings.DEBUG ``.
136
136
137
137
``PIPELINE_COLLECTOR_ENABLED ``
138
- ....................
138
+ ..............................
139
139
140
140
``True `` if assets should be collected in develop , ``False `` if not.
141
141
@@ -146,7 +146,7 @@ Defaults to ``True``
146
146
this only work when PIPELINE_ENABLED is False.
147
147
148
148
``CSS_COMPRESSOR ``
149
- ............................
149
+ ..................
150
150
151
151
Compressor class to be applied to CSS files.
152
152
@@ -155,7 +155,7 @@ If empty or ``None``, CSS files won't be compressed.
155
155
Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor' ``.
156
156
157
157
``JS_COMPRESSOR ``
158
- ...........................
158
+ .................
159
159
160
160
Compressor class to be applied to JavaScript files.
161
161
@@ -168,7 +168,7 @@ Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``
168
168
Please note that in order to use Yuglify compressor, you need to install Yuglify (see :doc: `installation ` for more details).
169
169
170
170
``TEMPLATE_NAMESPACE ``
171
- ...............................
171
+ ......................
172
172
173
173
Object name where all of your compiled templates will be added, from within your browser.
174
174
To access them with your own JavaScript namespace, change it to the object of your choice.
@@ -177,15 +177,15 @@ Defaults to ``"window.JST"``
177
177
178
178
179
179
``TEMPLATE_EXT ``
180
- .........................
180
+ ................
181
181
182
182
The extension for which Pipeline will consider the file as a Javascript template.
183
183
To use a different extension, like ``.mustache ``, set this settings to ``.mustache ``.
184
184
185
185
Defaults to ``".jst" ``
186
186
187
187
``TEMPLATE_FUNC ``
188
- ..........................
188
+ .................
189
189
190
190
JavaScript function that compiles your JavaScript templates.
191
191
Pipeline doesn't bundle a javascript template library, but the default
@@ -195,15 +195,15 @@ setting is to use the
195
195
Defaults to ``"_.template" ``
196
196
197
197
``TEMPLATE_SEPARATOR ``
198
- ...............................
198
+ ......................
199
199
200
200
Character chain used by Pipeline as replacement for directory separator.
201
201
202
202
Defaults to ``"_" ``
203
203
204
204
205
205
``MIMETYPES ``
206
- ......................
206
+ .............
207
207
208
208
Tuple that match file extension with their corresponding mimetypes.
209
209
@@ -253,15 +253,15 @@ Overriding embedding settings
253
253
You can override these rules using the following settings:
254
254
255
255
``EMBED_MAX_IMAGE_SIZE ``
256
- .................................
256
+ ........................
257
257
258
258
Setting that controls the maximum image size (in bytes) to embed in CSS using Data-URIs.
259
259
Internet Explorer 8 has issues with assets over 32 kilobytes.
260
260
261
261
Defaults to ``32700 ``
262
262
263
263
``EMBED_PATH ``
264
- .......................
264
+ ..............
265
265
266
266
Setting the directory that an asset needs to be in so that it is embedded
267
267
0 commit comments