1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00

Merge pull request #19 from BridgeCityBicycleCoop/development

One day this will be good
This commit is contained in:
Drew Larson 2017-01-15 22:21:29 -06:00 committed by GitHub
commit 8883550e1b

View File

@ -40,5 +40,5 @@ LOGGING = {
WEBPACK_LOADER.update({ WEBPACK_LOADER.update({
'BUNDLE_DIR_NAME': 'assets/dist/', 'BUNDLE_DIR_NAME': 'assets/dist/',
'STATS_FILE': os.path.join(BASE_DIR, '../../webpack-stats-prod.json') 'STATS_FILE': os.path.join(BASE_DIR, '../webpack-stats-prod.json')
}) })