Nextcloud bot cac38c03bf [tx-robot] updated from transifex | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
appinfo | c30bab34e6 Move accessibility js route to static js and initial state | %!s(int64=4) %!d(string=hai) anos |
composer | 8ff0523c3d Make sure columns with an empty default are nullable for Oracle | %!s(int64=4) %!d(string=hai) anos |
css | e537a4254a Fix app icon list in dark mode | %!s(int64=3) %!d(string=hai) anos |
fonts | 7781779770 Accessibility ♿ | %!s(int64=6) %!d(string=hai) anos |
img | 4ad622a720 compress some images with tinypng.com | %!s(int64=4) %!d(string=hai) anos |
js | 1b0ce5f786 Bump vue and vue-template-compiler | %!s(int64=3) %!d(string=hai) anos |
l10n | cac38c03bf [tx-robot] updated from transifex | %!s(int64=2) %!d(string=hai) anos |
lib | 97e8cfe32c Fix accessibility theme for guests | %!s(int64=3) %!d(string=hai) anos |
src | 97e8cfe32c Fix accessibility theme for guests | %!s(int64=3) %!d(string=hai) anos |
templates | 836e7305d0 Fix accessibility | %!s(int64=5) %!d(string=hai) anos |
.editorconfig | 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 | f6c729a96c Update .l10nignore for apps to exclude bundled JS files | %!s(int64=4) %!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 | c1bfedab70 Fix accessibilityoca script | %!s(int64=4) %!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