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

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