Nextcloud bot 4e334dd42c [tx-robot] updated from transifex | 4 年之前 | |
---|---|---|
.. | ||
appinfo | d2787db34d Fixed Uppercase of Product name | 5 年之前 |
css | b9d441f530 Change text color in search box in darktheme, ref #15598 | 5 年之前 |
fonts | 7781779770 Accessibility ♿ | 6 年之前 |
img | 1aa7fd8917 Bump preview | 6 年之前 |
js | c6007f3a82 [Security] Bump axios from 0.18.0 to 0.18.1 | 5 年之前 |
l10n | 4e334dd42c [tx-robot] updated from transifex | 4 年之前 |
lib | 3bb2c87648 Do not cut full color on accessibility svg color invert | 5 年之前 |
src | 6a5f081fc6 Fix selecting an accessibility theme with the keyboard | 5 年之前 |
templates | 7781779770 Accessibility ♿ | 6 年之前 |
.babelrc.js | f2411939de Transpile arrow function for ie11 compatibility | 6 年之前 |
.editorconfig | 7781779770 Accessibility ♿ | 6 年之前 |
.eslintrc.js | 7781779770 Accessibility ♿ | 6 年之前 |
.gitignore | 7781779770 Accessibility ♿ | 6 年之前 |
.jshintrc | 7781779770 Accessibility ♿ | 6 年之前 |
.l10nignore | f18d989720 Fix translation sync for accessibiltiy | 5 年之前 |
Makefile | 7781779770 Accessibility ♿ | 6 年之前 |
README.md | 7781779770 Accessibility ♿ | 6 年之前 |
webpack.js | 221c2f2d9d Move accessibility to main webpack | 5 年之前 |
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