Nextcloud bot 2f857c6b37 [tx-robot] updated from transifex | 5 년 전 | |
---|---|---|
.. | ||
appinfo | 15e8a27338 Remove .css fileending from accessibility user css route | 5 년 전 |
css | 8fa8f51ed5 Accessibility: Fix header icon opacity with high contrast theme | 5 년 전 |
fonts | 7781779770 Accessibility ♿ | 6 년 전 |
img | 1aa7fd8917 Bump preview | 6 년 전 |
js | 058b50093f [Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility | 5 년 전 |
l10n | 2f857c6b37 [tx-robot] updated from transifex | 5 년 전 |
lib | 2ca4473e28 Do not cut full color on accessibility svg color invert | 5 년 전 |
src | cf06e313ee Added cache override to ensure an always up-to-date accessibility css | 6 년 전 |
templates | 7781779770 Accessibility ♿ | 6 년 전 |
.babelrc.js | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 년 전 |
.editorconfig | 7781779770 Accessibility ♿ | 6 년 전 |
.eslintrc.js | 7781779770 Accessibility ♿ | 6 년 전 |
.gitignore | 7781779770 Accessibility ♿ | 6 년 전 |
.jshintrc | 7781779770 Accessibility ♿ | 6 년 전 |
.l10nignore | 148f06ebeb Fix translation sync for accessibiltiy | 5 년 전 |
Makefile | 7781779770 Accessibility ♿ | 6 년 전 |
README.md | 7781779770 Accessibility ♿ | 6 년 전 |
package-lock.json | 4d5c961db9 [Security] Bump lodash from 4.17.11 to 4.17.14 in /apps/accessibility | 5 년 전 |
package.json | 058b50093f [Security] Bump axios from 0.18.0 to 0.19.0 in /apps/accessibility | 5 년 전 |
webpack.common.js | 914ac82d6c Transpile arrow function for ie11 compatibility | 5 년 전 |
webpack.dev.js | 7781779770 Accessibility ♿ | 6 년 전 |
webpack.prod.js | 7781779770 Accessibility ♿ | 6 년 전 |
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