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
4f5d82f1
Commit
4f5d82f1
authored
Jun 10, 2012
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add mimetypes for sass/scss
parent
96b356d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
pipeline/conf/settings.py
+3
-1
No files found.
pipeline/conf/settings.py
View file @
4f5d82f1
...
...
@@ -52,7 +52,9 @@ PIPELINE_LESS_ARGUMENTS = getattr(settings, 'PIPELINE_LESS_ARGUMENTS', '')
PIPELINE_MIMETYPES
=
getattr
(
settings
,
'PIPELINE_MIMETYPES'
,
(
(
'text/coffeescript'
,
'.coffee'
),
(
'text/less'
,
'.less'
),
(
'text/javascript'
,
'.js'
)
(
'text/javascript'
,
'.js'
),
(
'text/x-sass'
,
'.sass'
),
(
'text/x-scss'
,
'.scss'
)
))
PIPELINE_EMBED_MAX_IMAGE_SIZE
=
getattr
(
settings
,
'PIPELINE_EMBED_MAX_IMAGE_SIZE'
,
32700
)
...
...
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