server/apps/accessibility
Roeland Jago Douma 73e0b7d8e6
Merge pull request #13249 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.2
Bump css-loader from 2.0.1 to 2.0.2 in /apps/accessibility
2018-12-24 08:55:06 +01:00
..
appinfo Bump versions of server and the requirements of apps 2018-11-23 10:28:40 +01:00
css Remove font-specifics from high contrast theme because we are now on regular+bold anyway 2018-10-23 13:13:07 +02:00
fonts
img Bump preview 2018-06-25 17:12:27 +02:00
js Compile assets 2018-12-20 09:55:28 +01:00
lib Don't require Same Site Cookies on accessibility assets 2018-11-26 16:22:48 +01:00
src Added cache override to ensure an always up-to-date accessibility css 2018-10-02 09:46:05 +02:00
templates
.babelrc.js Transpile arrow function for ie11 compatibility 2018-12-14 14:46:25 +01:00
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
package-lock.json Merge pull request #13249 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.2 2018-12-24 08:55:06 +01:00
package.json Merge pull request #13249 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.2 2018-12-24 08:55:06 +01:00
README.md
webpack.common.js Transpile arrow function for ie11 compatibility 2018-12-14 14:46:25 +01:00
webpack.dev.js
webpack.prod.js

Accessibility

This app provide multiple features to ease the use of nextcloud.

Build Setup

# 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