Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
e9ecc735
Commit
e9ecc735
authored
Dec 29, 2015
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #516 from slafs/slafs/fix-doc-headings
Fix literal markup for settings
parents
78dce26d
741d378b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
docs/configuration.rst
+9
-9
No files found.
docs/configuration.rst
View file @
e9ecc735
...
@@ -143,7 +143,7 @@ If empty or ``None``, CSS files won't be compressed.
...
@@ -143,7 +143,7 @@ If empty or ``None``, CSS files won't be compressed.
Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``.
Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``.
JS_COMPRESSOR``
``
JS_COMPRESSOR``
...........................
...........................
Compressor class to be applied to JavaScript files.
Compressor class to be applied to JavaScript files.
...
@@ -156,7 +156,7 @@ Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``
...
@@ -156,7 +156,7 @@ Defaults to ``'pipeline.compressors.yuglify.YuglifyCompressor'``
Please note that in order to use Yuglify compressor, you need to install Yuglify (see :doc:`installation` for more details).
Please note that in order to use Yuglify compressor, you need to install Yuglify (see :doc:`installation` for more details).
TEMPLATE_NAMESPACE``
``
TEMPLATE_NAMESPACE``
...............................
...............................
Object name where all of your compiled templates will be added, from within your browser.
Object name where all of your compiled templates will be added, from within your browser.
...
@@ -165,7 +165,7 @@ To access them with your own JavaScript namespace, change it to the object of yo
...
@@ -165,7 +165,7 @@ To access them with your own JavaScript namespace, change it to the object of yo
Defaults to ``"window.JST"``
Defaults to ``"window.JST"``
TEMPLATE_EXT``
``
TEMPLATE_EXT``
.........................
.........................
The extension for which Pipeline will consider the file as a Javascript template.
The extension for which Pipeline will consider the file as a Javascript template.
...
@@ -173,7 +173,7 @@ To use a different extension, like ``.mustache``, set this settings to ``.mustac
...
@@ -173,7 +173,7 @@ To use a different extension, like ``.mustache``, set this settings to ``.mustac
Defaults to ``".jst"``
Defaults to ``".jst"``
TEMPLATE_FUNC``
``
TEMPLATE_FUNC``
..........................
..........................
JavaScript function that compiles your JavaScript templates.
JavaScript function that compiles your JavaScript templates.
...
@@ -183,7 +183,7 @@ setting is to use the
...
@@ -183,7 +183,7 @@ setting is to use the
Defaults to ``"_.template"``
Defaults to ``"_.template"``
TEMPLATE_SEPARATOR``
``
TEMPLATE_SEPARATOR``
...............................
...............................
Character chain used by Pipeline as replacement for directory separator.
Character chain used by Pipeline as replacement for directory separator.
...
@@ -191,7 +191,7 @@ Character chain used by Pipeline as replacement for directory separator.
...
@@ -191,7 +191,7 @@ Character chain used by Pipeline as replacement for directory separator.
Defaults to ``"_"``
Defaults to ``"_"``
MIMETYPES``
``
MIMETYPES``
......................
......................
Tuple that match file extension with their corresponding mimetypes.
Tuple that match file extension with their corresponding mimetypes.
...
@@ -241,7 +241,7 @@ Overriding embedding settings
...
@@ -241,7 +241,7 @@ Overriding embedding settings
You can override these rules using the following settings:
You can override these rules using the following settings:
EMBED_MAX_IMAGE_SIZE``
``
EMBED_MAX_IMAGE_SIZE``
.................................
.................................
Setting that controls the maximum image size (in bytes) to embed in CSS using Data-URIs.
Setting that controls the maximum image size (in bytes) to embed in CSS using Data-URIs.
...
@@ -249,7 +249,7 @@ Internet Explorer 8 has issues with assets over 32 kilobytes.
...
@@ -249,7 +249,7 @@ Internet Explorer 8 has issues with assets over 32 kilobytes.
Defaults to ``32700``
Defaults to ``32700``
EMBED_PATH``
``
EMBED_PATH``
.......................
.......................
Setting the directory that an asset needs to be in so that it is embedded
Setting the directory that an asset needs to be in so that it is embedded
...
@@ -275,4 +275,4 @@ All javascript output is wrapped in an anonymous function : ::
...
@@ -275,4 +275,4 @@ All javascript output is wrapped in an anonymous function : ::
This safety wrapper, make it difficult to pollute the global namespace by accident and improve performance.
This safety wrapper, make it difficult to pollute the global namespace by accident and improve performance.
You can override this behavior by setting DISABLE_WRAPPER`` to ``True``.
You can override this behavior by setting
``
DISABLE_WRAPPER`` to ``True``.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment