Nextcloud bot ca76d13c78 [tx-robot] updated from transifex há 5 anos atrás
..
appinfo 4c19b3b2c6 Bump versions of server and the requirements of apps há 5 anos atrás
css 97fbf91f29 Use native font stack há 5 anos atrás
fonts 7781779770 Accessibility ♿ há 6 anos atrás
img 1aa7fd8917 Bump preview há 6 anos atrás
js fa40c57e8d Update JS bundle há 5 anos atrás
l10n ca76d13c78 [tx-robot] updated from transifex há 5 anos atrás
lib 3bb2c87648 Do not cut full color on accessibility svg color invert há 5 anos atrás
src 6a5f081fc6 Fix selecting an accessibility theme with the keyboard há 5 anos atrás
templates 7781779770 Accessibility ♿ há 6 anos atrás
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility há 5 anos atrás
.editorconfig 7781779770 Accessibility ♿ há 6 anos atrás
.eslintrc.js 7781779770 Accessibility ♿ há 6 anos atrás
.gitignore 7781779770 Accessibility ♿ há 6 anos atrás
.jshintrc 7781779770 Accessibility ♿ há 6 anos atrás
.l10nignore f18d989720 Fix translation sync for accessibiltiy há 5 anos atrás
Makefile 7781779770 Accessibility ♿ há 6 anos atrás
README.md 7781779770 Accessibility ♿ há 6 anos atrás
webpack.js b53a9130a6 Unify webpack config há 5 anos atrás

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