nextcloud/apps/accessibility
Morris Jobke 171fe69db7
Merge pull request #11932 from nextcloud/font-nunito
Change typeface to Nunito
2018-10-23 15:14:10 +02:00
..
appinfo Fix illegible text color in columns Size and Modified on dark theme: rework after review 2018-10-18 20:49:46 +03:00
css Remove font-specifics from high contrast theme because we are now on regular+bold anyway 2018-10-23 13:13:07 +02:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Bump preview 2018-06-25 17:12:27 +02:00
js Bump babel env and build 2018-10-01 06:43:33 +02:00
lib If there is no UID do not explode accessibility javascript 2018-10-22 11:26:21 +02:00
src Keyboard navigation on app 2018-06-25 18:44:59 +02:00
templates Accessibility 2018-06-25 17:12:26 +02:00
.babelrc Bump babel env and build 2018-10-01 06:43:33 +02:00
.editorconfig Accessibility 2018-06-25 17:12:26 +02:00
.eslintrc.js Accessibility 2018-06-25 17:12:26 +02:00
.gitignore Accessibility 2018-06-25 17:12:26 +02:00
.jshintrc Accessibility 2018-06-25 17:12:26 +02:00
Makefile Accessibility 2018-06-25 17:12:26 +02:00
README.md Accessibility 2018-06-25 17:12:26 +02:00
package-lock.json Bump webpack from 4.20.2 to 4.22.0 in /apps/accessibility 2018-10-21 11:35:11 +00:00
package.json Bump webpack from 4.20.2 to 4.22.0 in /apps/accessibility 2018-10-21 11:35:11 +00:00
webpack.common.js Fix deps security 2018-06-26 13:49:33 +02:00
webpack.dev.js Accessibility 2018-06-25 17:12:26 +02:00
webpack.prod.js Accessibility 2018-06-25 17:12:26 +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