Nextcloud bot 36ef7c1f2c [tx-robot] updated from transifex | 4 年之前 | |
---|---|---|
.. | ||
appinfo | 4c19b3b2c6 Bump versions of server and the requirements of apps | 5 年之前 |
composer | 1c95dbfe90 17.0.8 RC1 | 4 年之前 |
css | 97fbf91f29 Use native font stack | 5 年之前 |
fonts | 7781779770 Accessibility ♿ | 6 年之前 |
img | 1aa7fd8917 Bump preview | 6 年之前 |
js | 37cca6ffe7 Use @nextcloud/axios to keep the CSRF token in sync | 5 年之前 |
l10n | 36ef7c1f2c [tx-robot] updated from transifex | 4 年之前 |
lib | ddbdc21ccf Remove beta from dark theme name ref #16076 | 5 年之前 |
src | 37cca6ffe7 Use @nextcloud/axios to keep the CSRF token in sync | 5 年之前 |
templates | 7781779770 Accessibility ♿ | 6 年之前 |
.babelrc.js | f2411939de Transpile arrow function for ie11 compatibility | 6 年之前 |
.editorconfig | 7781779770 Accessibility ♿ | 6 年之前 |
.eslintrc.js | 7781779770 Accessibility ♿ | 6 年之前 |
.gitignore | 7781779770 Accessibility ♿ | 6 年之前 |
.jshintrc | 7781779770 Accessibility ♿ | 6 年之前 |
.l10nignore | f18d989720 Fix translation sync for accessibiltiy | 5 年之前 |
Makefile | 7781779770 Accessibility ♿ | 6 年之前 |
README.md | 7781779770 Accessibility ♿ | 6 年之前 |
webpack.js | b53a9130a6 Unify webpack config | 5 年之前 |
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