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

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