nextcloud-server/apps/accessibility
Daniel Fuchs 0cdcda4210 fixed path to the img directory, from the accessability app. hack-y fix for #26578
Signed-off-by: Daniel Fuchs <fuchsi3010@gmail.com>
2021-05-15 11:10:50 +02:00
..
appinfo This is 22 2021-02-03 08:38:41 +01:00
composer Update autoloader files 2021-03-02 16:36:21 +01:00
css fixed path to the img directory, from the accessability app. hack-y fix for #26578 2021-05-15 11:10:50 +02:00
fonts
img
js Bump core-js from 3.9.1 to 3.10.1 2021-04-08 15:50:13 +02:00
l10n [tx-robot] updated from transifex 2021-04-21 02:25:58 +00:00
lib Fix SCSS compiler deprecated function usages 2021-03-09 20:39:40 +01:00
src Bump js licenses 2021-03-31 12:17:18 +02:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile
README.md
webpack.js Bump js licenses 2021-03-31 12:17:18 +02:00

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