nextcloud/apps/accessibility
John Molakvoæ 9ea72b1010
Migrating themes to Theming app
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21 09:31:07 +02:00
..
appinfo Master is now 25 2022-04-14 22:12:53 +02:00
composer Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
css Migrating themes to Theming app 2022-04-21 09:31:07 +02:00
fonts
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 Remove leftover useless comment 2022-03-22 09:44:39 +01: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
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile
README.md

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