nextcloud-server/apps/accessibility
John Molakvoæ (skjnldsv) 85bc851355
Delete outdated bundles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-01-08 10:13:13 +01:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +01:00
composer Update to composer 2.1.11 2021-11-04 12:30:11 +01:00
css removed the '!default' flags, as not necessary 2021-09-15 11:46:55 +02:00
fonts
img
l10n [tx-robot] updated from transifex 2021-12-30 02:28:02 +00:00
lib
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
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