Commit 6238f431 by David Ormsbee

commenting out the use of S3 for static JS assets

parent 1a1181c1
......@@ -13,7 +13,7 @@ STATIC_GRAB = False
DEV_CONTENT = True
LIB_URL = '/static/js/'
LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/'
# LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' # No longer using S3 for this
BOOK_URL = '/static/book/'
BOOK_URL = 'https://mitxstatic.s3.amazonaws.com/book_images/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment