Update location of JS assets for local debugging (most envs use S3), remove old link to 3rdParty repo (which is no longer used)
This commit is contained in:
@@ -77,7 +77,7 @@ TEXTBOOK_DIR = ENV_ROOT / "book_images"
|
||||
# FIXME ???????? --
|
||||
# We should have separate S3 staged URLs in case we need to make changes to
|
||||
# these assets and test them.
|
||||
LIB_URL = '/static/lib/'
|
||||
LIB_URL = '/static/js/'
|
||||
# LIB_URL = 'https://mitxstatic.s3.amazonaws.com/js/' # For AWS deploys
|
||||
|
||||
# Dev machines shouldn't need the book
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../3rdParty/static/js/
|
||||
Reference in New Issue
Block a user