nextcloud/apps/accessibility
Julius Härtl e6e73b636f
Use different jsonpFunction
This avoids issues when multiple entrypoints try to asynchronously load chunks on the same page

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-09-06 11:10:11 +02:00
..
appinfo Development is 18 now! 2019-09-05 11:26:35 +02:00
composer Add autoloaders for shipped apps 2019-06-27 22:29:42 +02:00
css Use native font stack 2019-06-24 17:27:35 +02:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Bump preview 2018-06-25 17:12:27 +02:00
js Bump webpack from 4.39.1 to 4.39.2 2019-08-18 14:22:01 +00:00
l10n [tx-robot] updated from transifex 2019-09-02 02:15:12 +00:00
lib Remove beta from dark theme name ref #16076 2019-07-05 14:34:21 +02:00
src Fix selecting an accessibility theme with the keyboard 2019-03-25 08:16:01 +01:00
templates Accessibility 2018-06-25 17:12:26 +02:00
.babelrc.js Transpile arrow function for ie11 compatibility 2018-12-14 14:46:25 +01:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.eslintrc.js 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

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