Nextcloud bot ca76d13c78 [tx-robot] updated from transifex | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
appinfo | 4c19b3b2c6 Bump versions of server and the requirements of apps | %!s(int64=5) %!d(string=hai) anos |
css | 97fbf91f29 Use native font stack | %!s(int64=5) %!d(string=hai) anos |
fonts | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
img | 1aa7fd8917 Bump preview | %!s(int64=6) %!d(string=hai) anos |
js | fa40c57e8d Update JS bundle | %!s(int64=5) %!d(string=hai) anos |
l10n | ca76d13c78 [tx-robot] updated from transifex | %!s(int64=5) %!d(string=hai) anos |
lib | 3bb2c87648 Do not cut full color on accessibility svg color invert | %!s(int64=5) %!d(string=hai) anos |
src | 6a5f081fc6 Fix selecting an accessibility theme with the keyboard | %!s(int64=5) %!d(string=hai) anos |
templates | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
.babelrc.js | f2411939de Transpile arrow function for ie11 compatibility | %!s(int64=5) %!d(string=hai) anos |
.editorconfig | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
.eslintrc.js | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
.gitignore | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
.jshintrc | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
.l10nignore | f18d989720 Fix translation sync for accessibiltiy | %!s(int64=5) %!d(string=hai) anos |
Makefile | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
README.md | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
webpack.js | b53a9130a6 Unify webpack config | %!s(int64=5) %!d(string=hai) anos |
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