Back to pdf.js from git submodules...

This commit is contained in:
Christopher Allan Webber 2015-02-14 14:11:39 -06:00
parent 9ec05187f7
commit 0e780d1453
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -57,6 +57,5 @@ venv*
# extlib things # extlib things
/extlib/jquery/ /extlib/jquery/
/extlib/leaflet/ /extlib/leaflet/
/extlib/pdfjs-dist/
/extlib/tinymce/ /extlib/tinymce/
/extlib/video.js/ /extlib/video.js/

3
.gitmodules vendored
View File

@ -1,6 +1,9 @@
[submodule "pdf.js"] [submodule "pdf.js"]
path = pdf.js path = pdf.js
url = git://github.com/mozilla/pdf.js.git 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"] [submodule "extlib/skeleton"]
path = extlib/skeleton path = extlib/skeleton
url = git://github.com/dhg/Skeleton.git url = git://github.com/dhg/Skeleton.git

View File

@ -14,7 +14,6 @@
"dependencies": { "dependencies": {
"jquery": "~2.1.3", "jquery": "~2.1.3",
"video.js": "~4.11.4", "video.js": "~4.11.4",
"pdfjs-dist": "~1.0.1143",
"leaflet": "~0.7.3", "leaflet": "~0.7.3",
"tinymce": "~4.1.7" "tinymce": "~4.1.7"
} }

1
extlib/pdf.js Submodule

@ -0,0 +1 @@
Subproject commit 369b81b63f560b5d729da26752ca541503d81510