nextcloud-server/apps/accessibility
dependabot-preview[bot] ec151e17c5 Bump @nextcloud/router from 1.0.2 to 1.1.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-03 06:42:35 +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/router from 1.0.2 to 1.1.0 2020-07-03 06:42:35 +00:00
l10n [tx-robot] updated from transifex 2020-07-01 02:16:15 +00:00
lib Fix dark mode for guests 2020-06-23 19:54:41 +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