Back to pdf.js from git submodules...
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -57,6 +57,5 @@ venv*
|
||||
# extlib things
|
||||
/extlib/jquery/
|
||||
/extlib/leaflet/
|
||||
/extlib/pdfjs-dist/
|
||||
/extlib/tinymce/
|
||||
/extlib/video.js/
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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"
|
||||
}
|
||||
|
||||
1
extlib/pdf.js
Submodule
1
extlib/pdf.js
Submodule
Submodule extlib/pdf.js added at 369b81b63f
Reference in New Issue
Block a user