server/apps/accessibility
dependabot[bot] fab3377ebb
Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility
Bumps [webpack](https://github.com/webpack/webpack) from 4.12.1 to 4.12.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.12.1...v4.12.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-06-27 09:17:57 +00:00
..
appinfo Fix deps security 2018-06-26 13:49:33 +02:00
css Keyboard navigation on app 2018-06-25 18:44:59 +02:00
fonts
img Bump preview 2018-06-25 17:12:27 +02:00
js Keyboard navigation on app 2018-06-25 18:44:59 +02:00
lib Merging highcontrast themes 2018-06-25 17:12:28 +02:00
src Keyboard navigation on app 2018-06-25 18:44:59 +02:00
templates
.babelrc
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
package-lock.json Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility 2018-06-27 09:17:57 +00:00
package.json Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility 2018-06-27 09:17:57 +00:00
README.md
webpack.common.js Fix deps security 2018-06-26 13:49:33 +02:00
webpack.dev.js
webpack.prod.js

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