Skip to content

Commit

Permalink
use /srv/static for bower modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Jul 1, 2019
1 parent bc984bd commit 66874c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

from worker import app

BOWER_COMPONENTS_ROOT = '/srv/bower/'
BOWER_COMPONENTS_ROOT = '/srv/static/'
BOWER_PATH = '/usr/local/bin/bower'
BOWER_INSTALLED_APPS = (
'jquery#2.2.4',
Expand Down

0 comments on commit 66874c9

Please sign in to comment.