John Molakvoæ 84b05047e9 Autoloader update há 2 anos atrás
..
appinfo d9015a8c94 Format code to a single space around binary operators há 4 anos atrás
composer 84b05047e9 Autoloader update há 2 anos atrás
css 8a4ab10a8b address 2nd review há 2 anos atrás
fonts 7781779770 Accessibility ♿ há 6 anos atrás
img 4ad622a720 compress some images with tinypng.com há 4 anos atrás
js 99737ea10a Manual compilation há 3 anos atrás
l10n e43900e1d4 [tx-robot] updated from transifex há 2 anos atrás
lib da127e575e Fix accessibility theme for guests há 3 anos atrás
src da127e575e Fix accessibility theme for guests há 3 anos atrás
templates 836e7305d0 Fix accessibility há 5 anos atrás
.editorconfig 7781779770 Accessibility ♿ há 6 anos atrás
.gitignore 7781779770 Accessibility ♿ há 6 anos atrás
.jshintrc 7781779770 Accessibility ♿ há 6 anos atrás
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files há 4 anos atrás
Makefile 7781779770 Accessibility ♿ há 6 anos atrás
README.md 7781779770 Accessibility ♿ há 6 anos atrás
webpack.js c1bfedab70 Fix accessibilityoca script há 4 anos atrás

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