nextcloud/apps/accessibility
Artur Neumann c001c4b3ac autoloaderchecker
Signed-off-by: Artur Neumann <artur@jankaritech.com>
2022-12-20 16:26:49 +00:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +01:00
composer autoloaderchecker 2022-12-20 16:26:49 +00:00
css Fix inverted profile picture 2022-10-27 10:04:07 +00: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