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.
Roeland Jago Douma fa40c57e8d
Update JS bundle
5 years ago
..
appinfo Bump versions of server and the requirements of apps 5 years ago
css Change text color in search box in darktheme, ref #15598 5 years ago
fonts Accessibility ♿ 6 years ago
img Bump preview 6 years ago
js Update JS bundle 5 years ago
l10n [tx-robot] updated from transifex 5 years ago
lib Do not cut full color on accessibility svg color invert 5 years ago
src Fix selecting an accessibility theme with the keyboard 5 years ago
templates Accessibility ♿ 6 years ago
.babelrc.js Transpile arrow function for ie11 compatibility 5 years ago
.editorconfig Accessibility ♿ 6 years ago
.eslintrc.js Accessibility ♿ 6 years ago
.gitignore Accessibility ♿ 6 years ago
.jshintrc Accessibility ♿ 6 years ago
.l10nignore Fix translation sync for accessibiltiy 5 years ago
Makefile Accessibility ♿ 6 years ago
README.md Accessibility ♿ 6 years ago
webpack.js Unify webpack config 5 years ago

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