nextcloud-server/apps/accessibility
blizzz bc0bc58dad
Merge pull request #11066 from nextcloud/bump-version-master
Bump the version on master
2018-09-05 18:17:20 +07:00
..
appinfo Update version requirements and versions of shipped apps 2018-09-05 14:27:06 +07:00
css Update contrast theme to better readability on icons and files action 2018-08-20 22:12:55 +07:00
fonts
img Bump preview 2018-06-25 17:12:27 +07:00
js Bump JS deps Accessibility 2018-09-03 13:08:15 +07:00
lib Move SCSS variable fetching before the variables.scss to properly calculate color values 2018-08-29 16:47:39 +07:00
src Keyboard navigation on app 2018-06-25 18:44:59 +07:00
templates
.babelrc
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json Bump webpack from 4.17.1 to 4.17.2 in /apps/accessibility 2018-09-05 08:40:35 +07:00
package.json Bump webpack from 4.17.1 to 4.17.2 in /apps/accessibility 2018-09-05 08:40:35 +07:00
webpack.common.js Fix deps security 2018-06-26 13:49:33 +07: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