Nextcloud bot cac1480bf8 [tx-robot] updated from transifex 4 年之前
..
appinfo 8728eab9d7 Fix app updates 4 年之前
composer 150f39ed50 Update autoloaders for composer v1.10.1 4 年之前
css e976e076b6 Fix dark mode color-box-shadow variable 4 年之前
fonts 7781779770 Accessibility ♿ 6 年之前
img adb3e59a01 Change name of high contrast theme to high contrast mode 4 年之前
js 548f9dcbb3 Bump webpack from 4.42.0 to 4.42.1 4 年之前
l10n cac1480bf8 [tx-robot] updated from transifex 4 年之前
lib 1a9330cd69 Update the license headers for Nextcloud 19 4 年之前
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages 4 年之前
templates 836e7305d0 Fix accessibility 4 年之前
.editorconfig 7781779770 Accessibility ♿ 6 年之前
.gitignore 7781779770 Accessibility ♿ 6 年之前
.jshintrc 7781779770 Accessibility ♿ 6 年之前
.l10nignore f18d989720 Fix translation sync for accessibiltiy 5 年之前
Makefile 7781779770 Accessibility ♿ 6 年之前
README.md 7781779770 Accessibility ♿ 6 年之前
webpack.js e6e73b636f 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