Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-07-13 18:31:47 +0300
committerLukas Reschke <lukas@owncloud.com>2015-11-22 18:05:49 +0300
commitf120846e291bf83244831770c5f25b730fa8ba90 (patch)
treed15856a288b5f443f4f7838d99529efacfd0e802 /buildjsdocs.sh
parentfb3d5c7856b9fbed926091e91ec54de023859df8 (diff)
Added OC.Files.Client Webdav-based files client
Diffstat (limited to 'buildjsdocs.sh')
-rwxr-xr-xbuildjsdocs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildjsdocs.sh b/buildjsdocs.sh
index 90562558f66..57eefb29fd0 100755
--- a/buildjsdocs.sh
+++ b/buildjsdocs.sh
@@ -11,7 +11,7 @@ NPM="$(which npm 2>/dev/null)"
PREFIX="build"
OUTPUT_DIR="build/jsdocs"
-JS_FILES="core/js/*.js apps/*/js/*.js"
+JS_FILES="core/js/*.js core/js/**/*.js apps/*/js/*.js"
if test -z "$NPM"
then