Files
nextcloud-server-mirror/apps/accessibility
2019-10-03 02:14:24 +00:00
..
2019-09-16 21:04:18 +02:00
2019-09-16 21:04:18 +02:00
2019-09-16 21:04:19 +02:00
2018-06-25 17:12:26 +02:00
2019-10-01 17:16:09 +02:00
2019-10-03 02:14:24 +00:00
2019-10-01 17:16:09 +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-09-06 11:10:11 +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