Nextcloud bot 7ef10b2f48 [tx-robot] updated from transifex před 4 roky
..
appinfo af1dd9f152 Bump app versions and requirements před 4 roky
composer 150f39ed50 Update autoloaders for composer v1.10.1 před 4 roky
css e976e076b6 Fix dark mode color-box-shadow variable před 4 roky
fonts 7781779770 Accessibility ♿ před 6 roky
img 4ad622a720 compress some images with tinypng.com před 4 roky
js 8f8de7f6d0 Bump vue-loader from 15.9.1 to 15.9.2 před 4 roky
l10n 7ef10b2f48 [tx-robot] updated from transifex před 4 roky
lib cb057829f7 Update license headers for 19 před 4 roky
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages před 4 roky
templates 836e7305d0 Fix accessibility před 4 roky
.editorconfig 7781779770 Accessibility ♿ před 6 roky
.gitignore 7781779770 Accessibility ♿ před 6 roky
.jshintrc 7781779770 Accessibility ♿ před 6 roky
.l10nignore f18d989720 Fix translation sync for accessibiltiy před 5 roky
Makefile 7781779770 Accessibility ♿ před 6 roky
README.md 7781779770 Accessibility ♿ před 6 roky
webpack.js e6e73b636f Use different jsonpFunction před 4 roky

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