You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/accessibility
François Freitag b0847abcc2 Rewrite requesttoken.spec.js with Jest
[Jest](https://jestjs.io/) is a test runner that focuses on simplicity.
It instruments babel to transform modules and test them.

Using Jest simplifies the existing configuration and allows dropping a
bunch of workarounds, as well as following the shared Babel
configuration for new code.

Signed-off-by: François Freitag <mail@franek.fr>
3 years ago
..
appinfo This is 22 3 years ago
composer Update autoloader files 3 years ago
css Fix app icon list in dark mode 3 years ago
fonts Accessibility 6 years ago
img compress some images with tinypng.com 4 years ago
js Rewrite requesttoken.spec.js with Jest 3 years ago
l10n [tx-robot] updated from transifex 3 years ago
lib Fix SCSS compiler deprecated function usages 3 years ago
src Bump js licenses 3 years ago
templates Fix accessibility 5 years ago
.editorconfig Accessibility 6 years ago
.gitignore Accessibility 6 years ago
.jshintrc Accessibility 6 years ago
.l10nignore Update .l10nignore for apps to exclude bundled JS files 4 years ago
Makefile Accessibility 6 years ago
README.md Accessibility 6 years ago
webpack.js Bump js licenses 3 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