Nextcloud bot ca76d13c78 [tx-robot] updated from transifex | 5 years ago | |
---|---|---|
.. | ||
appinfo | 4c19b3b2c6 Bump versions of server and the requirements of apps | 5 years ago |
css | 97fbf91f29 Use native font stack | 5 years ago |
fonts | 7781779770 Accessibility ♿ | 6 years ago |
img | 1aa7fd8917 Bump preview | 6 years ago |
js | fa40c57e8d Update JS bundle | 5 years ago |
l10n | ca76d13c78 [tx-robot] updated from transifex | 5 years ago |
lib | 3bb2c87648 Do not cut full color on accessibility svg color invert | 5 years ago |
src | 6a5f081fc6 Fix selecting an accessibility theme with the keyboard | 5 years ago |
templates | 7781779770 Accessibility ♿ | 6 years ago |
.babelrc.js | f2411939de Transpile arrow function for ie11 compatibility | 5 years ago |
.editorconfig | 7781779770 Accessibility ♿ | 6 years ago |
.eslintrc.js | 7781779770 Accessibility ♿ | 6 years ago |
.gitignore | 7781779770 Accessibility ♿ | 6 years ago |
.jshintrc | 7781779770 Accessibility ♿ | 6 years ago |
.l10nignore | f18d989720 Fix translation sync for accessibiltiy | 5 years ago |
Makefile | 7781779770 Accessibility ♿ | 6 years ago |
README.md | 7781779770 Accessibility ♿ | 6 years ago |
webpack.js | b53a9130a6 Unify webpack config | 5 years ago |
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