server/apps/accessibility
John Molakvoæ (skjnldsv) 3bb2c87648
Do not cut full color on accessibility svg color invert
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-04 11:24:23 +01:00
..
appinfo Remove .css fileending from accessibility user css route 2019-01-24 09:57:36 +01:00
css Adjust link style to how we do it on log in screeen 2019-02-21 16:22:26 +01:00
fonts
img
js Update assets 2019-02-28 10:51:26 +01:00
lib Do not cut full color on accessibility svg color invert 2019-03-04 11:24:23 +01:00
src Fix html rendering and default checkbox 2019-02-21 16:31:50 +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