nextcloud/apps/accessibility
2021-01-27 02:21:15 +00:00
..
appinfo Update license headers 2019-12-05 15:38:45 +01:00
composer Update autoload checkers 2019-09-16 21:04:18 +02:00
css Fix query selector for inverted icons 2020-01-30 08:34:14 +00:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Change name of high contrast theme to high contrast mode 2019-09-16 21:04:19 +02:00
js Compile assets 2020-04-10 10:19:40 +00:00
l10n [tx-robot] updated from transifex 2021-01-27 02:21:15 +00:00
lib FIx logging in accessibility controller 2020-02-23 09:29:14 +00:00
src Use a normal string to translate. 2020-04-10 12:08:58 +02:00
templates Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
.l10nignore Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
webpack.js Use different jsonpFunction 2019-09-06 11:10:11 +02:00

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