nextcloud-server/apps/accessibility
Julius Härtl d21ded67a7
Keep list of icons in a separate file for use in the accessibility app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-10-25 12:16:10 +07:00
..
appinfo Fix illegible text color in columns Size and Modified on dark theme: rework after review 2018-10-18 20:49:46 +07:00
css Remove font-specifics from high contrast theme because we are now on regular+bold anyway 2018-10-23 13:13:07 +07:00
fonts
img Bump preview 2018-06-25 17:12:27 +07:00
js Added cache override to ensure an always up-to-date accessibility css 2018-10-02 09:46:05 +07:00
lib Keep list of icons in a separate file for use in the accessibility app 2018-10-25 12:16:10 +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 Bump babel env and build 2018-10-01 06:43:33 +07:00
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json Merge pull request #11533 from nextcloud/accessibility-cache-fixes 2018-10-24 15:04:29 +07:00
package.json Merge pull request #11533 from nextcloud/accessibility-cache-fixes 2018-10-24 15:04:29 +07:00
webpack.common.js Fix deps security 2018-06-26 13:49:33 +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