nextcloud-server/apps/accessibility
dependabot-preview[bot] f6fc63e415 Bump @nextcloud/axios from 1.3.2 to 1.3.3
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.2...v1.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-20 15:29:45 +00:00
..
appinfo Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
composer Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
css Fix dark mode color-box-shadow variable 2020-03-13 13:31:40 +01:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Bump @nextcloud/axios from 1.3.2 to 1.3.3 2020-07-20 15:29:45 +00:00
l10n [tx-robot] updated from transifex 2020-07-08 02:16:58 +00:00
lib Use \OCP\IContainer::injectFn to boot the Accessibility app 2020-07-03 14:37:53 +02:00
src Update eslint and switch to @nextcloud packages 2020-03-25 11:53:59 +01:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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