Erste Funktionalität der Menükarte per GET/POST, keine API; Umstrukturierung der Tabelle als Bootstrap-div; HTML/CSS-Cleanup

This commit is contained in:
Sebastian Seedorf
2016-03-25 13:33:42 +01:00
parent 92a5ff8eda
commit f99271ee01
202 changed files with 25173 additions and 853 deletions

6
node_modules/lazy-cache/README.md generated vendored
View File

@@ -2,6 +2,8 @@
> Cache requires to be lazy-loaded when needed.
If you use webpack and are experiencing issues, try using [unlazy-loader](https://github.com/doowb/unlazy-loader), a webpack loader that fixes the bug that prevents webpack from working with native javascript getters.
## Install
Install with [npm](https://www.npmjs.com/)
@@ -87,7 +89,7 @@ utils.glob('*.js', function (err, files) {
## Kill switch
In certain rare edge cases, it may be necessary to unlazy all lazy-cached dependencies (two reported cases out of > 9 million downloads).
In certain rare edge cases it may be necessary to unlazy all lazy-cached dependencies (5 reported cases out of > 11 million downloads).
To force lazy-cache to immediately invoke all dependencies, do:
@@ -125,4 +127,4 @@ Released under the MIT license.
***
_This file was generated by [verb](https://github.com/verbose/verb) on December 09, 2015._
_This file was generated by [verb](https://github.com/verbose/verb) on December 20, 2015._