Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
4 år sedan
..
appinfo Fix (array) indent style to always use one tab 4 år sedan
composer Update autoloaders for composer v1.10.1 4 år sedan
css Fix dark mode color-box-shadow variable 4 år sedan
fonts Accessibility ♿ 6 år sedan
img Change name of high contrast theme to high contrast mode 4 år sedan
js Bump webpack from 4.42.0 to 4.42.1 4 år sedan
l10n [tx-robot] updated from transifex 4 år sedan
lib Format control structures, classes, methods and function 4 år sedan
src Update eslint and switch to @nextcloud packages 4 år sedan
templates Fix accessibility 4 år sedan
.editorconfig Accessibility ♿ 6 år sedan
.gitignore Accessibility ♿ 6 år sedan
.jshintrc Accessibility ♿ 6 år sedan
.l10nignore Fix translation sync for accessibiltiy 5 år sedan
Makefile Accessibility ♿ 6 år sedan
README.md Accessibility ♿ 6 år sedan
webpack.js Use different jsonpFunction 4 år sedan

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