Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
b68aff72
Commit
b68aff72
authored
Feb 05, 2013
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1436 from MITx/debug/dave/sass
undo pipeline changes
parents
8c4b6612
1ef9d638
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/envs/common.py
+2
-2
No files found.
lms/envs/common.py
View file @
b68aff72
...
...
@@ -512,7 +512,7 @@ PIPELINE_COMPILERS = [
'pipeline.compilers.coffee.CoffeeScriptCompiler'
,
]
PIPELINE_SASS_ARGUMENTS
=
'-t
expand
ed -r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'
.
format
(
proj_dir
=
PROJECT_ROOT
)
PIPELINE_SASS_ARGUMENTS
=
'-t
compress
ed -r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'
.
format
(
proj_dir
=
PROJECT_ROOT
)
PIPELINE_CSS_COMPRESSOR
=
None
PIPELINE_JS_COMPRESSOR
=
None
...
...
@@ -522,7 +522,7 @@ STATICFILES_IGNORE_PATTERNS = (
"coffee/*"
,
)
#
PIPELINE_YUI_BINARY = 'yui-compressor'
PIPELINE_YUI_BINARY
=
'yui-compressor'
PIPELINE_SASS_BINARY
=
'sass'
PIPELINE_COFFEE_SCRIPT_BINARY
=
'coffee'
...
...
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