Skip to content

Commit 66874c9

Browse files
committed
use /srv/static for bower modules
1 parent bc984bd commit 66874c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217

218218
from worker import app
219219

220-
BOWER_COMPONENTS_ROOT = '/srv/bower/'
220+
BOWER_COMPONENTS_ROOT = '/srv/static/'
221221
BOWER_PATH = '/usr/local/bin/bower'
222222
BOWER_INSTALLED_APPS = (
223223
'jquery#2.2.4',

0 commit comments

Comments
 (0)