Files
nextcloud-server-mirror/apps/accessibility
Roeland Jago Douma 6725de2979 Merge pull request #13393 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-merge-4.2.1
Bump webpack-merge from 4.1.5 to 4.2.1 in /apps/accessibility
2019-01-06 16:02:48 +01:00
..
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:27 +02:00
2018-12-20 09:55:28 +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
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

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