From fba688f72ccd46c76a37a14ac261b44dd825e6bf Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Fri, 15 Feb 2019 10:32:46 -0200 Subject: [PATCH] ajuste de webpack --- sapl/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/settings.py b/sapl/settings.py index b50f271a7..a85b6b18d 100755 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -272,7 +272,7 @@ FRONTEND_CUSTOM = config('FRONTEND_CUSTOM', default=False, cast=bool) WEBPACK_LOADER = { 'DEFAULT': { 'CACHE': not DEBUG, - 'BUNDLE_DIR_NAME': 'sapl/static/', + 'BUNDLE_DIR_NAME': 'sapl/static/sapl/', 'STATS_FILE': (BASE_DIR if not FRONTEND_CUSTOM else PROJECT_DIR.parent.child('sapl-frontend')).child('webpack-stats.json'), 'POLL_INTERVAL': 0.1, 'TIMEOUT': None,