Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
il y a 4 ans
..
appinfo Fix (array) indent style to always use one tab il y a 4 ans
composer Update autoloaders for composer v1.10.1 il y a 4 ans
css Fix dark mode color-box-shadow variable il y a 4 ans
fonts Accessibility ♿ il y a 6 ans
img Change name of high contrast theme to high contrast mode il y a 4 ans
js Bump webpack from 4.42.0 to 4.42.1 il y a 4 ans
l10n [tx-robot] updated from transifex il y a 4 ans
lib Format control structures, classes, methods and function il y a 4 ans
src Update eslint and switch to @nextcloud packages il y a 4 ans
templates Fix accessibility il y a 4 ans
.editorconfig Accessibility ♿ il y a 6 ans
.gitignore Accessibility ♿ il y a 6 ans
.jshintrc Accessibility ♿ il y a 6 ans
.l10nignore Fix translation sync for accessibiltiy il y a 5 ans
Makefile Accessibility ♿ il y a 6 ans
README.md Accessibility ♿ il y a 6 ans
webpack.js Use different jsonpFunction il y a 4 ans

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