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 caff1023ea
Format control structures, classes, methods and function
преди 4 години
..
appinfo Fix (array) indent style to always use one tab преди 4 години
composer Update autoloaders for composer v1.10.1 преди 4 години
css Fix dark mode color-box-shadow variable преди 4 години
fonts Accessibility ♿ преди 6 години
img Change name of high contrast theme to high contrast mode преди 4 години
js Bump webpack from 4.42.0 to 4.42.1 преди 4 години
l10n [tx-robot] updated from transifex преди 4 години
lib Format control structures, classes, methods and function преди 4 години
src Update eslint and switch to @nextcloud packages преди 4 години
templates Fix accessibility преди 4 години
.editorconfig Accessibility ♿ преди 6 години
.gitignore Accessibility ♿ преди 6 години
.jshintrc Accessibility ♿ преди 6 години
.l10nignore Fix translation sync for accessibiltiy преди 5 години
Makefile Accessibility ♿ преди 6 години
README.md Accessibility ♿ преди 6 години
webpack.js 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