nextcloud-server/apps/accessibility
2021-10-22 11:58:14 +02:00
..
appinfo Update app versions for 23 2021-09-28 12:21:40 +02:00
composer Bump autoloader 2021-10-14 09:58:49 +02:00
css removed the '!default' flags, as not necessary 2021-09-15 11:46:55 +02:00
fonts
img
js Bump core-js from 3.18.2 to 3.18.3 2021-10-17 16:25:41 +02:00
l10n [tx-robot] updated from transifex 2021-10-04 02:26:16 +00:00
lib
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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