server/apps/accessibility
John Molakvoæ (skjnldsv) f23bc7a68e
Add @nextcloud/event-bus to babel transpile
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-31 13:33:26 +02: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 Fix dark mode color-box-shadow variable 2020-03-13 13:31:40 +01: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-07-27 02:16:32 +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 Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig
.gitignore
.jshintrc
.l10nignore Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile
README.md
webpack.js Use different jsonpFunction 2019-09-06 11:10:11 +02:00

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