nextcloud-server/apps/accessibility
John Molakvoæ c208981349 Merge pull request #29572 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.1.1
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-11-08 16:32:39 +00:00
..
appinfo Update app versions for 23 2021-09-28 12:21:40 +02: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
js Merge pull request #29572 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.1.1 2021-11-08 16:32:39 +00:00
l10n [tx-robot] updated from transifex 2021-11-08 02:33:09 +00:00
lib [Accessibility App]: Remove unused parameters in settings class 2021-07-13 20:32:19 +02:00
src Bump @nextcloud/router from 1.2.0 to 2.0.0 2021-07-23 15:56:28 +02:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js Bump js licenses 2021-03-31 12:17:18 +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