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
@@ -40,5 +40,5 @@ LOGGING = {
WEBPACK_LOADER.update({
'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')
})