Files
nextcloud-server-mirror/apps/accessibility
John Molakvoæ (skjnldsv) a325141545 Remove isIE and associated legacy scripts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-11-30 13:03:08 +01:00
..
2021-11-11 10:11:09 +01:00
2021-11-04 12:30:11 +01:00
2020-05-22 13:07:11 +00:00
2021-11-29 02:25:06 +00:00
2021-03-31 12:17: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