nextcloud/apps/accessibility
dependabot[bot] 26092ae72c
Bump @babel/preset-env from 7.1.6 to 7.2.0 in /apps/accessibility
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.1.6 to 7.2.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.1.6...v7.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-04 09:27:04 +00:00
..
appinfo Bump versions of server and the requirements of apps 2018-11-23 10:28:40 +01: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 Bump preview 2018-06-25 17:12:27 +02:00
js Compile assets 2018-11-26 11:12:07 +01:00
lib Don't require Same Site Cookies on accessibility assets 2018-11-26 16:22:48 +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 Bump babel env and build 2018-10-01 06:43:33 +02:00
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json Bump @babel/preset-env from 7.1.6 to 7.2.0 in /apps/accessibility 2018-12-04 09:27:04 +00:00
package.json Bump @babel/preset-env from 7.1.6 to 7.2.0 in /apps/accessibility 2018-12-04 09:27:04 +00:00
webpack.common.js Fix deps security 2018-06-26 13:49:33 +02: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