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
f632db0e
Commit
f632db0e
authored
May 24, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the coffee, sass, and yui-compressior binaries that are on the current path
parent
4bea0f98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
envs/common.py
+3
-1
envs/dev.py
+0
-1
No files found.
envs/common.py
View file @
f632db0e
...
...
@@ -312,7 +312,9 @@ STATICFILES_IGNORE_PATTERNS = (
"*.pyc"
)
PIPELINE_YUI_BINARY
=
'/usr/bin/yui-compressor'
PIPELINE_YUI_BINARY
=
'yui-compressor'
PIPELINE_SASS_BINARY
=
'sass'
PIPELINE_COFFEE_SCRIPT_BINARY
=
'coffee'
################################### APPS #######################################
INSTALLED_APPS
=
(
...
...
envs/dev.py
View file @
f632db0e
...
...
@@ -84,5 +84,4 @@ FILE_UPLOAD_HANDLERS = (
########################### PIPELINE #################################
PIPELINE_COFFEE_SCRIPT_BINARY
=
'coffee'
PIPELINE_SASS_ARGUMENTS
=
'-r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'
.
format
(
proj_dir
=
PROJECT_ROOT
)
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