nextcloud/apps/accessibility
Roeland Jago Douma 765c576029
Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0
Bump webpack from 4.23.1 to 4.24.0 in /apps/accessibility
2018-11-05 09:28:38 +01: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
img
js Rebuild assets 2018-11-05 08:22:10 +01:00
lib Adjust accessibility app color replacement 2018-10-29 12:09:44 +01:00
src Added cache override to ensure an always up-to-date accessibility css 2018-10-02 09:46:05 +02:00
templates
.babelrc
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0 2018-11-05 09:28:38 +01: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 +01:00
webpack.common.js
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