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
8a6daaea
Commit
8a6daaea
authored
Jan 04, 2013
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix default settings. close #169
parent
53e071ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pipeline/conf/settings.py
+3
-3
No files found.
pipeline/conf/settings.py
View file @
8a6daaea
...
...
@@ -25,9 +25,9 @@ PIPELINE_DISABLE_WRAPPER = getattr(settings, 'PIPELINE_DISABLE_WRAPPER', False)
PIPELINE_CSSTIDY_BINARY
=
getattr
(
settings
,
'PIPELINE_CSSTIDY_BINARY'
,
'/usr/bin/env csstidy'
)
PIPELINE_CSSTIDY_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_CSSTIDY_ARGUMENTS'
,
'--template=highest'
)
PIPELINE_YUGLIFY_BINARY
=
getattr
(
settings
,
'PIPELINE_YU
I
_BINARY'
,
'/usr/bin/env yuglify'
)
PIPELINE_YUGLIFY_CSS_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_YU
I
_CSS_ARGUMENTS'
,
'--terminal'
)
PIPELINE_YUGLIFY_JS_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_YU
I
_JS_ARGUMENTS'
,
'--terminal'
)
PIPELINE_YUGLIFY_BINARY
=
getattr
(
settings
,
'PIPELINE_YU
GLIFY
_BINARY'
,
'/usr/bin/env yuglify'
)
PIPELINE_YUGLIFY_CSS_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_YU
GLIFY
_CSS_ARGUMENTS'
,
'--terminal'
)
PIPELINE_YUGLIFY_JS_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_YU
GLIFY
_JS_ARGUMENTS'
,
'--terminal'
)
PIPELINE_YUI_BINARY
=
getattr
(
settings
,
'PIPELINE_YUI_BINARY'
,
'/usr/bin/env yuicompressor'
)
PIPELINE_YUI_CSS_ARGUMENTS
=
getattr
(
settings
,
'PIPELINE_YUI_CSS_ARGUMENTS'
,
''
)
...
...
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