Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
serve up non-minified JS files on prod so we can debug airbrake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
divad12 committed Mar 19, 2013
1 parent f21524f commit 52fae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/flask_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from rmc.config.flask_base import *
import rmc.shared.secrets as s

JS_DIR = 'js_prod'
JS_DIR = 'js'
DEBUG = False
ENV = 'prod'
GA_PROPERTY_ID = 'UA-35073503-1'
Expand Down

0 comments on commit 52fae50

Please sign in to comment.