Nextcloud bot cac1480bf8 [tx-robot] updated from transifex hace 4 años
..
appinfo 8728eab9d7 Fix app updates hace 4 años
composer 150f39ed50 Update autoloaders for composer v1.10.1 hace 4 años
css e976e076b6 Fix dark mode color-box-shadow variable hace 4 años
fonts 7781779770 Accessibility ♿ hace 6 años
img adb3e59a01 Change name of high contrast theme to high contrast mode hace 4 años
js 548f9dcbb3 Bump webpack from 4.42.0 to 4.42.1 hace 4 años
l10n cac1480bf8 [tx-robot] updated from transifex hace 4 años
lib 1a9330cd69 Update the license headers for Nextcloud 19 hace 4 años
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages hace 4 años
templates 836e7305d0 Fix accessibility hace 4 años
.editorconfig 7781779770 Accessibility ♿ hace 6 años
.gitignore 7781779770 Accessibility ♿ hace 6 años
.jshintrc 7781779770 Accessibility ♿ hace 6 años
.l10nignore f18d989720 Fix translation sync for accessibiltiy hace 5 años
Makefile 7781779770 Accessibility ♿ hace 6 años
README.md 7781779770 Accessibility ♿ hace 6 años
webpack.js e6e73b636f Use different jsonpFunction hace 4 años

README.md

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