diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-14 14:11:39 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-17 15:48:28 -0600 |
commit | 0e780d14534d7370348b5d0e556748ab8b2cf98e (patch) | |
tree | ec50477e185045557de8c28c9ca9fb573aaef6e0 | |
parent | 9ec05187f75e2e98b5b9962d65a199304771024d (diff) | |
download | mediagoblin-0e780d14534d7370348b5d0e556748ab8b2cf98e.tar.lz mediagoblin-0e780d14534d7370348b5d0e556748ab8b2cf98e.tar.xz mediagoblin-0e780d14534d7370348b5d0e556748ab8b2cf98e.zip |
Back to pdf.js from git submodules...
-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 |