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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-11-01 17:54:38 +0300
committerRobin Appelman <robin@icewind.nl>2016-11-01 17:54:38 +0300
commitd4692f1fd2b2105b077c6974c170afe3bcd4ebf0 (patch)
treec589e78e21b5f39387d6e2912d597675866a0f58 /Makefile
parenta8b31c575fc8611ad7f7404d6048a533bd04ea29 (diff)
dont overwrite the full content container
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f54709..89f85f0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ build_dir=$(project_dir)/build
appstore_dir=$(build_dir)/appstore
package_name=$(app_name)
-jssources=$(wildcard js/*) $(wildcard js/*/*)
+jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
all: build/main.js