From e3e8edcf817ebd89c4922b9af3b9df3a1f709dc3 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 22 Mar 2012 10:48:40 -0400 Subject: [PATCH] Update location of JS assets for local debugging (most envs use S3), remove old link to 3rdParty repo (which is no longer used) --- settings2/common.py | 2 +- static/lib | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 static/lib 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