server/apps/accessibility
Jan-Christoph Borchardt 6afc5fbe9e
Accessibility: Add description text, simplify structure
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-02-21 16:22:21 +01:00
..
appinfo Remove .css fileending from accessibility user css route 2019-01-24 09:57:36 +01:00
css Accessibility: Fix header icon opacity with high contrast theme 2019-01-24 19:10:37 +01:00
fonts
img Bump preview 2018-06-25 17:12:27 +02:00
js Move accessibility to main webpack 2019-02-19 13:06:05 +01:00
lib Don't require Same Site Cookies on accessibility assets 2018-11-26 16:22:48 +01:00
src Accessibility: Add description text, simplify structure 2019-02-21 16:22:21 +01:00
templates
.babelrc.js Transpile arrow function for ie11 compatibility 2018-12-14 14:46:25 +01:00
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
webpack.js Move accessibility to main webpack 2019-02-19 13:06:05 +01:00

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