Nextcloud bot cac38c03bf [tx-robot] updated from transifex пре 2 година
..
appinfo c30bab34e6 Move accessibility js route to static js and initial state пре 4 година
composer 8ff0523c3d Make sure columns with an empty default are nullable for Oracle пре 4 година
css e537a4254a Fix app icon list in dark mode пре 3 година
fonts 7781779770 Accessibility ♿ пре 6 година
img 4ad622a720 compress some images with tinypng.com пре 4 година
js 1b0ce5f786 Bump vue and vue-template-compiler пре 3 година
l10n cac38c03bf [tx-robot] updated from transifex пре 2 година
lib 97e8cfe32c Fix accessibility theme for guests пре 3 година
src 97e8cfe32c Fix accessibility theme for guests пре 3 година
templates 836e7305d0 Fix accessibility пре 5 година
.editorconfig 7781779770 Accessibility ♿ пре 6 година
.gitignore 7781779770 Accessibility ♿ пре 6 година
.jshintrc 7781779770 Accessibility ♿ пре 6 година
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files пре 4 година
Makefile 7781779770 Accessibility ♿ пре 6 година
README.md 7781779770 Accessibility ♿ пре 6 година
webpack.js c1bfedab70 Fix accessibilityoca script пре 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