nextcloud/apps/accessibility
dependabot[bot] 9bdeeed234
Bump webpack from 4.16.1 to 4.17.1 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.16.1 to 4.17.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.16.1...v4.17.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-03 07:33:33 +00:00
..
appinfo Fix deps security 2018-06-26 13:49:33 +02:00
css Update contrast theme to better readability on icons and files action 2018-08-20 22:12:55 +02:00
fonts Accessibility 2018-06-25 17:12:26 +02:00
img Bump preview 2018-06-25 17:12:27 +02:00
js rebuild js 2018-07-17 17:13:25 +02:00
lib Move SCSS variable fetching before the variables.scss to properly calculate color values 2018-08-29 16:47:39 +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 Accessibility 2018-06-25 17:12:26 +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.16.1 to 4.17.1 in /apps/accessibility 2018-09-03 07:33:33 +00:00
package.json Bump webpack from 4.16.1 to 4.17.1 in /apps/accessibility 2018-09-03 07:33:33 +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