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