nextcloud-server/apps/accessibility
Christoph Wurst cb057829f7
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-29 11:57:22 +02:00
..
appinfo Update license headers for 19 2020-04-29 11:57:22 +02:00
composer
css
fonts
img
js
l10n [tx-robot] updated from transifex 2020-04-28 02:16:22 +00:00
lib Update license headers for 19 2020-04-29 11:57:22 +02:00
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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