nextcloud-server/apps/accessibility
dependabot[bot] b2d5e25b56 Bump @babel/core from 7.14.3 to 7.14.6
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.3 to 7.14.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.6/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-18 11:50:59 +07:00
..
appinfo Bump app version 2021-06-24 16:08:39 +07:00
composer Update Autoloader 2021-06-21 15:54:51 +07:00
css Fix app icon list in dark mode 2021-02-15 16:26:30 +07:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +07:00
js Bump @babel/core from 7.14.3 to 7.14.6 2021-07-18 11:50:59 +07:00
l10n [tx-robot] updated from transifex 2021-07-17 02:44:18 +07:00
lib [Accessibility App]: Remove unused parameters in settings class 2021-07-13 20:32:19 +07:00
src Fix accessibility theme for guests 2021-07-09 09:22:39 +07:00
templates Fix accessibility 2019-11-20 19:42:52 +07:00
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +07:00
Makefile
README.md
webpack.js Bump js licenses 2021-03-31 12:17:18 +07:00

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