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
1a32ca70
Commit
1a32ca70
authored
Mar 29, 2014
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a word about PIPELINE_MIMETYPES
parent
b547fabe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
docs/configuration.rst
+19
-3
No files found.
docs/configuration.rst
View file @
1a32ca70
...
@@ -91,9 +91,9 @@ Group options
...
@@ -91,9 +91,9 @@ Group options
For CSS, if you do not specify ``extra_context``/``media``, the default media in
For CSS, if you do not specify ``extra_context``/``media``, the default media in
the ``<link>`` output will be ``media="all"``.
the ``<link>`` output will be ``media="all"``.
For JS, the default templates support the ``async`` and ``defer`` tag attributes which are controlled via ``extra_context``: ::
For JS, the default templates support the ``async`` and ``defer`` tag attributes which are controlled via ``extra_context``: ::
'extra_context': {
'extra_context': {
'async': True,
'async': True,
},
},
...
@@ -170,11 +170,27 @@ Other settings
...
@@ -170,11 +170,27 @@ Other settings
``PIPELINE_TEMPLATE_SEPARATOR``
``PIPELINE_TEMPLATE_SEPARATOR``
...............................
...............................
Charater chain used by Pipeline as replacement for directory separator.
Chara
c
ter chain used by Pipeline as replacement for directory separator.
Defaults to ``"_"``
Defaults to ``"_"``
``PIPELINE_MYMETYPES``
......................
Tuple that match file extension with their corresponding mimetypes.
Defaults to ::
(
(b'text/coffeescript', '.coffee'),
(b'text/less', '.less'),
(b'application/javascript', '.js'),
(b'text/x-sass', '.sass'),
(b'text/x-scss', '.scss')
)
Embedding fonts and images
Embedding fonts and images
==========================
==========================
...
...
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