Merge branch 'mediatag' of https://github.com/Regzox/cryptpad into tag

This commit is contained in:
ansuz
2017-05-31 12:55:05 +02:00
5 changed files with 267 additions and 5 deletions

View File

@@ -7,7 +7,9 @@ define([], function () {
// jquery declares itself as literally "jquery" so it cannot be pulled by path :(
"jquery": "/bower_components/jquery/dist/jquery.min",
// json.sortify same
"json.sortify": "/bower_components/json.sortify/dist/JSON.sortify"
"json.sortify": "/bower_components/json.sortify/dist/JSON.sortify",
"pdfjs-dist/build/pdf": "/bower_components/pdfjs-dist/build/pdf",
"pdfjs-dist/build/pdf.worker": "/bower_components/pdfjs-dist/build/pdf.worker"
}
});

File diff suppressed because one or more lines are too long