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