Merge pull request #11470 from edx/benp/remove-ruby-deps
[S&B] Remove ruby dependencies.
This commit is contained in:
@@ -229,7 +229,7 @@ FEATURES['RESTRICT_ENROLL_BY_REG_METHOD'] = True
|
||||
|
||||
########################### PIPELINE #################################
|
||||
|
||||
PIPELINE_SASS_ARGUMENTS = '--debug-info --require {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT)
|
||||
PIPELINE_SASS_ARGUMENTS = '--debug-info'
|
||||
|
||||
########################## ANALYTICS TESTING ########################
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ PIPELINE_JS_COMPRESSOR = None
|
||||
# Whether to run django-require in debug mode.
|
||||
REQUIRE_DEBUG = DEBUG
|
||||
|
||||
PIPELINE_SASS_ARGUMENTS = '--debug-info --require {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT)
|
||||
PIPELINE_SASS_ARGUMENTS = '--debug-info'
|
||||
|
||||
########################### VERIFIED CERTIFICATES #################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user