added settings.LESS_BIN to settings_local.dev.py

This commit is contained in:
Vincent Agnano 2013-07-23 15:43:35 +02:00 коммит произвёл Chris Van
Родитель 490eaf02fd
Коммит 5e5d7228ac
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -87,8 +87,9 @@ APP_PURCHASE_TYP = 'mozilla-local/payments/pay/v1'
APP_PURCHASE_SECRET = 'This secret must match your webpay SECRET'
# Assuming you did `npm install` (and not `-g`) like you were supposed to,
# this will be the path to the `stylus` executable.
# this will be the path to the `stylus` and `lessc` executables.
STYLUS_BIN = path('node_modules/stylus/bin/stylus')
LESS_BIN = path('node_modules/less/bin/lessc')
# Locally we typically don't run more than 1 elasticsearch node. So we set
# replicas to zero.