Commit fd99d552 by Feanil Patel

Merge pull request #7715 from edx/feanil/sassy_certs

Be more specific about where we compile sass from.
parents ec16bc37 b0dbe2f2
...@@ -16,7 +16,7 @@ from .utils.cmd import cmd, django_cmd ...@@ -16,7 +16,7 @@ from .utils.cmd import cmd, django_cmd
COFFEE_DIRS = ['lms', 'cms', 'common'] COFFEE_DIRS = ['lms', 'cms', 'common']
SASS_LOAD_PATHS = ['./common/static/sass'] SASS_LOAD_PATHS = ['./common/static/sass']
SASS_UPDATE_DIRS = ['*/static'] SASS_UPDATE_DIRS = ['*/static/sass', 'common/static']
SASS_CACHE_PATH = '/tmp/sass-cache' SASS_CACHE_PATH = '/tmp/sass-cache'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment