diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | bower.json | 1 | ||||
m--------- | extlib/pdf.js | 0 |
4 files changed, 3 insertions, 2 deletions
@@ -57,6 +57,5 @@ venv* # extlib things /extlib/jquery/ /extlib/leaflet/ -/extlib/pdfjs-dist/ /extlib/tinymce/ /extlib/video.js/ diff --git a/.gitmodules b/.gitmodules index 00d0b090..562ad4e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "pdf.js"] path = pdf.js url = git://github.com/mozilla/pdf.js.git +[submodule "extlib/pdf.js"] + path = extlib/pdf.js + url = git://github.com/mozilla/pdf.js.git [submodule "extlib/skeleton"] path = extlib/skeleton url = git://github.com/dhg/Skeleton.git @@ -14,7 +14,6 @@ "dependencies": { "jquery": "~2.1.3", "video.js": "~4.11.4", - "pdfjs-dist": "~1.0.1143", "leaflet": "~0.7.3", "tinymce": "~4.1.7" } diff --git a/extlib/pdf.js b/extlib/pdf.js new file mode 160000 +Subproject 369b81b63f560b5d729da26752ca541503d8151 |