Files
nextcloud-server-mirror/apps/accessibility
Joas Schilling c42864c2f4 Fix JS regex
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-05 10:47:47 +01:00
..
2020-01-21 14:00:58 +01:00
2019-09-16 21:04:18 +02:00
2020-01-28 16:35:41 +01:00
2020-03-05 10:47:47 +01:00
2020-03-05 02:18:19 +00:00
2020-03-05 10:47:47 +01:00
2019-11-20 19:42:52 +01: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