John Molakvoæ 84b05047e9 Autoloader update | vor 2 Jahren | |
---|---|---|
.. | ||
appinfo | d9015a8c94 Format code to a single space around binary operators | vor 4 Jahren |
composer | 84b05047e9 Autoloader update | vor 2 Jahren |
css | 8a4ab10a8b address 2nd review | vor 2 Jahren |
fonts | 7781779770 Accessibility ♿ | vor 6 Jahren |
img | 4ad622a720 compress some images with tinypng.com | vor 4 Jahren |
js | 99737ea10a Manual compilation | vor 3 Jahren |
l10n | e43900e1d4 [tx-robot] updated from transifex | vor 2 Jahren |
lib | da127e575e Fix accessibility theme for guests | vor 3 Jahren |
src | da127e575e Fix accessibility theme for guests | vor 3 Jahren |
templates | 836e7305d0 Fix accessibility | vor 5 Jahren |
.editorconfig | 7781779770 Accessibility ♿ | vor 6 Jahren |
.gitignore | 7781779770 Accessibility ♿ | vor 6 Jahren |
.jshintrc | 7781779770 Accessibility ♿ | vor 6 Jahren |
.l10nignore | f6c729a96c Update .l10nignore for apps to exclude bundled JS files | vor 4 Jahren |
Makefile | 7781779770 Accessibility ♿ | vor 6 Jahren |
README.md | 7781779770 Accessibility ♿ | vor 6 Jahren |
webpack.js | c1bfedab70 Fix accessibilityoca script | vor 4 Jahren |
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