nextcloud-server/apps/accessibility
2020-08-04 02:16:30 +00:00
..
appinfo Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
composer Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
css Also consider Noto Color Emoji font 2020-07-31 17:31:28 +02:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Add @nextcloud/event-bus to babel transpile 2020-07-31 13:33:26 +02:00
l10n [tx-robot] updated from transifex 2020-08-04 02:16:30 +00:00
lib Load accessibilityoca script 2020-07-22 12:04:16 +02:00
src Use babel-loader-exclude-node-modules-except 2020-07-31 11:00:33 +02:00
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