John Molakvoæ (skjnldsv) 914ac82d6c Transpile arrow function for ie11 compatibility | 6 years ago | |
---|---|---|
.. | ||
appinfo | 30cbd137e8 Fix illegible text color in columns Size and Modified on dark theme: rework after review | 6 years ago |
css | ade50d3b71 Remove font-specifics from high contrast theme because we are now on regular+bold anyway | 6 years ago |
fonts | 7781779770 Accessibility ♿ | 6 years ago |
img | 1aa7fd8917 Bump preview | 6 years ago |
js | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 years ago |
lib | 90051e7467 Don't require Same Site Cookies on accessibility assets | 6 years ago |
src | cf06e313ee Added cache override to ensure an always up-to-date accessibility css | 6 years ago |
templates | 7781779770 Accessibility ♿ | 6 years ago |
.babelrc.js | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 years ago |
.editorconfig | 7781779770 Accessibility ♿ | 6 years ago |
.eslintrc.js | 7781779770 Accessibility ♿ | 6 years ago |
.gitignore | 7781779770 Accessibility ♿ | 6 years ago |
.jshintrc | 7781779770 Accessibility ♿ | 6 years ago |
Makefile | 7781779770 Accessibility ♿ | 6 years ago |
README.md | 7781779770 Accessibility ♿ | 6 years ago |
package-lock.json | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 years ago |
package.json | 765c576029 Merge pull request #12262 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0 | 6 years ago |
webpack.common.js | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 years ago |
webpack.dev.js | 7781779770 Accessibility ♿ | 6 years ago |
webpack.prod.js | 7781779770 Accessibility ♿ | 6 years ago |
This app provide multiple features to ease the use of nextcloud.
# 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