Files
nextcloud-server-mirror/apps/accessibility
2019-07-10 02:14:00 +00:00
..
2019-06-27 22:29:42 +02:00
2019-06-24 17:27:35 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:27 +02:00
2019-07-08 11:57:16 +00:00
2019-07-10 02:14:00 +00:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2019-05-29 15:19: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