nextcloud/apps/accessibility
John Molakvoæ (skjnldsv) a1480c95eb
Merge all babelrc into one file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-17 00:06:09 +02:00
..
appinfo Added migration step 2019-09-16 21:04:18 +02:00
composer Update autoload checkers 2019-09-16 21:04:18 +02:00
css Add highcontrast style for dark mode 2019-09-16 21:04:19 +02:00
fonts
img Change name of high contrast theme to high contrast mode 2019-09-16 21:04:19 +02:00
js Move to generateOcsUrl 2019-10-14 10:11:06 +02:00
l10n [tx-robot] updated from transifex 2019-10-15 02:15:06 +00:00
lib Removed duplicate defintion of app name and rebased/rebuilt. 2019-09-16 21:14:11 +02:00
src Move to generateOcsUrl 2019-10-14 10:11:06 +02:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore Fix translation sync for accessibiltiy 2019-03-14 11:57:02 +01:00
Makefile
README.md
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