John Molakvoæ 9ea72b1010 Migrating themes to Theming app | преди 2 години | |
---|---|---|
.. | ||
appinfo | bd6182b791 Master is now 25 | преди 2 години |
composer | 1c7ecfc544 Fix an issue with the search backend update | преди 2 години |
css | 9ea72b1010 Migrating themes to Theming app | преди 2 години |
fonts | 7781779770 Accessibility ♿ | преди 6 години |
img | 4ad622a720 compress some images with tinypng.com | преди 4 години |
l10n | 2c267524fc [tx-robot] updated from transifex | преди 2 години |
lib | 57bf348d37 Remove leftover useless comment | преди 2 години |
src | 14e57bf70a Replace license information to SPDX expression | преди 2 години |
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 години |
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