Files
nextcloud-server-mirror/apps/accessibility
John Molakvoæ (skjnldsv) 0f8aca9d87 Bump compiled files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-07-31 09:26:43 +02:00
..
2018-06-25 17:12:26 +02:00
2020-05-22 13:07:11 +00:00
2020-07-31 09:26:43 +02:00
2020-07-27 02:16:32 +00:00
2020-07-22 12:04:16 +02:00
2019-11-20 19:42:52 +01: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