From 9a952436769330eb11ead67cdf925ab0dd0a9d53 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 8 Sep 2015 14:31:28 -0400 Subject: [PATCH] LDN directory needs to be absolute to the domain, not relative. --- external_libraries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external_libraries.py b/external_libraries.py index 74f398a02..b5055abeb 100644 --- a/external_libraries.py +++ b/external_libraries.py @@ -2,7 +2,7 @@ import urllib2 import re import os -LOCAL_DIRECTORY = 'static/ldn/' +LOCAL_DIRECTORY = '/static/ldn/' EXTERNAL_JS = [ 'code.jquery.com/jquery.js',