Files
nextcloud-server-mirror/apps/accessibility
dependabot-preview[bot] 98f5f68320 Bump webpack from 4.41.6 to 4.42.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.6...v4.42.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-03-08 09:59:27 +00: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
2018-06-25 17:12:26 +02:00
2020-03-08 09:59:27 +00:00
2020-03-08 02:18:28 +00:00
2020-03-05 10:47:47 +01: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