Nextcloud bot 07278ed57d [tx-robot] updated from transifex | il y a 3 ans | |
---|---|---|
.. | ||
appinfo | 9de00f3d24 This is 22 | il y a 3 ans |
composer | 19e2136963 Update autoloader files | il y a 3 ans |
css | f83de9d194 Fix app icon list in dark mode | il y a 3 ans |
fonts | 7781779770 Accessibility ♿ | il y a 6 ans |
img | 4ad622a720 compress some images with tinypng.com | il y a 4 ans |
js | e2645a5e70 Bump core-js from 3.9.1 to 3.10.1 | il y a 3 ans |
l10n | 07278ed57d [tx-robot] updated from transifex | il y a 3 ans |
lib | 321085d0a7 Fix SCSS compiler deprecated function usages | il y a 3 ans |
src | 3e624dc399 Bump js licenses | il y a 3 ans |
templates | 836e7305d0 Fix accessibility | il y a 5 ans |
.editorconfig | 7781779770 Accessibility ♿ | il y a 6 ans |
.gitignore | 7781779770 Accessibility ♿ | il y a 6 ans |
.jshintrc | 7781779770 Accessibility ♿ | il y a 6 ans |
.l10nignore | f6c729a96c Update .l10nignore for apps to exclude bundled JS files | il y a 4 ans |
Makefile | 7781779770 Accessibility ♿ | il y a 6 ans |
README.md | 7781779770 Accessibility ♿ | il y a 6 ans |
webpack.js | 3e624dc399 Bump js licenses | il y a 3 ans |
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