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