Build to awx/ui/static instead of dist

This commit is contained in:
Joe Fiorini
2015-07-20 11:33:09 -04:00
parent 98a37a354a
commit 811d0b1403
6 changed files with 18 additions and 18 deletions

View File

@@ -62,7 +62,7 @@ USE_L10N = True
USE_TZ = True
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'ui', 'dist'),
os.path.join(BASE_DIR, 'ui', 'static'),
os.path.join(BASE_DIR, 'static'),
)

View File