You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21
пре 3 година
..
appinfo Format code to a single space around binary operators пре 3 година
composer rebuild autoloader scripts with 2.0.7 пре 3 година
css Fix search placeholder animation & dark theme compatibility пре 3 година
fonts Accessibility ♿ пре 6 година
img compress some images with tinypng.com пре 4 година
js Bump core-js from 3.8.0 to 3.8.1 пре 3 година
l10n [tx-robot] updated from transifex пре 3 година
lib Update all license headers for Nextcloud 21 пре 3 година
src Add highcontrast class to body just like with dark theme пре 3 година
templates Fix accessibility пре 4 година
.editorconfig Accessibility ♿ пре 6 година
.gitignore Accessibility ♿ пре 6 година
.jshintrc Accessibility ♿ пре 6 година
.l10nignore Update .l10nignore for apps to exclude bundled JS files пре 3 година
Makefile Accessibility ♿ пре 6 година
README.md Accessibility ♿ пре 6 година
webpack.js Fix accessibilityoca script пре 3 година

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