nextcloud/apps/accessibility
John Molakvoæ 20efadff5f Properly calculate primary element based on background luminance
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-31 17:27:12 +00:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +01:00
composer Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
css address 2nd review 2022-01-10 17:31:43 +01:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
l10n [tx-robot] updated from transifex 2022-04-12 02:27:48 +00:00
lib Properly calculate primary element based on background luminance 2022-05-31 17:27:12 +00:00
src Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
templates Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00

Accessibility

This app provide multiple features to ease the use of nextcloud.

Build Setup

# install dependencies
make dev-setup

# build for development
make build-js

# build for development and watch edits
make watch-js

# build for production with minification
make build-js-production

# clean output files
make clean