nextcloud-server/apps/accessibility
Christopher Ng fd71b39d58 Rebuild
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-23 23:10:29 +00:00
..
appinfo Bump app version 2021-06-24 16:08:39 +02:00
composer Update Autoloader 2021-06-21 15:54:51 +02:00
css Fix app icon list in dark mode 2021-02-15 16:26:30 +01:00
fonts
img
js Rebuild 2021-07-23 23:10:29 +00:00
l10n [tx-robot] updated from transifex 2021-07-17 02:44:18 +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