nextcloud-server/apps/accessibility
John Molakvoæ (skjnldsv) 2ca4473e28 Do not cut full color on accessibility svg color invert
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-03-04 16:40:03 +07:00
..
appinfo Remove .css fileending from accessibility user css route 2019-01-24 13:44:56 +07:00
css Accessibility: Fix header icon opacity with high contrast theme 2019-01-27 17:56:15 +07:00
fonts
img Bump preview 2018-06-25 17:12:27 +07:00
js [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility 2019-02-07 21:13:01 +07:00
lib Do not cut full color on accessibility svg color invert 2019-03-04 16:40:03 +07:00
src Added cache override to ensure an always up-to-date accessibility css 2018-10-02 09:46:05 +07:00
templates
.babelrc.js Transpile arrow function for ie11 compatibility 2019-01-04 18:15:38 +07:00
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json [Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility 2019-02-07 21:13:01 +07:00
package.json Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0 2018-11-05 09:28:38 +07:00
webpack.common.js Transpile arrow function for ie11 compatibility 2019-01-04 18:15:38 +07:00
webpack.dev.js
webpack.prod.js

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