commenting out the use of S3 for static JS assets

This commit is contained in:
David Ormsbee
2012-04-09 12:23:48 -04:00
parent 1a1181c1af
commit 6238f431b1

View File

@@ -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/'