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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2016-09-07 14:48:04 +0300
committerGitHub <noreply@github.com>2016-09-07 14:48:04 +0300
commit8dd47536b3d4b943b7a0a24a3dc88bc41d559b2f (patch)
tree8697507196c870fbcd1ff4c30abbb4ac0dd4904c /Makefile
parenta875343cb2aad43a24a136272a0fdab86f01969b (diff)
update dependencies (#734)
* update dependencies adjust js head elements adjust makefile * update travis.yml * add bower to the requirements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 19 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cfbd768..8105ad95 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ package_name=$(app_name)
assets:
cd js && grunt build
+deps:
+ cd js && bower install
+
clean:
rm -rf $(build_dir)
@@ -25,6 +28,7 @@ build: clean
--exclude=$(project_dir)/js/app \
--exclude=$(project_dir)/js/config \
--exclude=$(project_dir)/tests \
+ --exclude=$(project_dir)/.editorconfig \
--exclude=$(project_dir)/.idea \
--exclude=$(project_dir)/.gitignore \
--exclude=$(project_dir)/.scrutinizer.yml \
@@ -41,6 +45,7 @@ build: clean
--exclude=$(project_dir)/js/Gruntfile.js \
--exclude=$(project_dir)/js/package.json \
--exclude=$(project_dir)/js/node_modules \
+ --exclude=$(project_dir)/js/.stylelintrc \
--exclude=$(project_dir)/js/vendor/**/.bower.json \
--exclude=$(project_dir)/js/vendor/**/.npmignore \
--exclude=$(project_dir)/js/vendor/**/bower.json \
@@ -48,11 +53,23 @@ build: clean
--exclude=$(project_dir)/js/vendor/**/package.json \
--exclude=$(project_dir)/js/vendor/**/*.md \
--exclude=$(project_dir)/js/vendor/**/karma.conf.js \
+ --exclude=$(project_dir)/js/vendor/angular/angular-csp.css \
+ --exclude=$(project_dir)/js/vendor/angular/angular.min.js \
+ --exclude=$(project_dir)/js/vendor/angular/angular.min.js.gzip \
+ --exclude=$(project_dir)/js/vendor/angular/angular.min.js.map \
+ --exclude=$(project_dir)/js/vendor/angular-bootstrap/index.js \
+ --exclude=$(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap-csp.css \
+ --exclude=$(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js \
+ --exclude=$(project_dir)/js/vendor/angular-bootstrap/ui-bootstrap.min.js \
--exclude=$(project_dir)/js/vendor/angular-mocks \
--exclude=$(project_dir)/js/vendor/davclient.js/index.html \
+ --exclude=$(project_dir)/js/vendor/fullcalendar/dist/fullcalendar.min.css \
+ --exclude=$(project_dir)/js/vendor/fullcalendar/dist/fullcalendar.min.js \
--exclude=$(project_dir)/js/vendor/fullcalendar/dist/gcal.js \
- --exclude=$(project_dir)/js/vendor/fullcalendar/dist/lang \
+ --exclude=$(project_dir)/js/vendor/fullcalendar/dist/locale \
--exclude=$(project_dir)/js/vendor/ical.js/build/benchmark \
+ --exclude=$(project_dir)/js/vendor/ical.js/build/ical.min.js \
+ --exclude=$(project_dir)/js/vendor/ical.js/build/ical.min.js.map \
--exclude=$(project_dir)/js/vendor/ical.js/lib \
--exclude=$(project_dir)/js/vendor/ical.js/samples \
--exclude=$(project_dir)/js/vendor/ical.js/sandbox \
@@ -65,6 +82,7 @@ build: clean
--exclude=$(project_dir)/js/vendor/jquery-timepicker/legacy_1.2.6 \
--exclude=$(project_dir)/js/vendor/jquery-timepicker/tests \
--exclude=$(project_dir)/js/vendor/jquery-timepicker/index.html \
+ --exclude=$(project_dir)/js/vendor/jstzdetect/jstz.min.js \
--exclude=$(project_dir)/timezones/INFO.md \
appstore: build