diff --git a/settings2/common.py b/settings2/common.py index 587905cc02..556a8294cf 100644 --- a/settings2/common.py +++ b/settings2/common.py @@ -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 diff --git a/static/lib b/static/lib deleted file mode 120000 index 834765babd..0000000000 --- a/static/lib +++ /dev/null @@ -1 +0,0 @@ -../../3rdParty/static/js/ \ No newline at end of file