Skip to content
Snippets Groups Projects
Verified Commit b674da9b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent ad0aae3b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@
"chai": "^4.3.6",
"chai-dom": "^1.11.0",
"clean-jsdoc-theme": "^4.1.6",
"create-polyfill-service-url": "^2.2.6",
"crypt": "^0.0.2",
"esbuild": "^0.14.53",
"flow-bin": "^0.184.0",
......
This diff is collapsed.
......@@ -10,13 +10,13 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="https://monsterjs.org/dist/0.1.22/dist/monster.dev.mjs"></script>
<script src="https://monsterjs.org/dist/0.1.8/dist/monster.dev.mjs"></script>
</head>
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.22</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 15:17:24 CEST 2022</div>
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.8</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 19:45:23 CEST 2022</div>
</div>
</body>
</html>
......@@ -14,8 +14,8 @@
</head>
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.22</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 15:17:24 CEST 2022</div>
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.8</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 19:45:23 CEST 2022</div>
</div>
</body>
</html>
......@@ -5,7 +5,7 @@
<title>Mocha Monster</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="mocha.css"/>
<script id="polyfill" src="https://polyfill.io/v3/polyfill.min.js?features=Array.from,Array.isArray,Array.prototype.entries,Array.prototype.fill,Array.prototype.filter,Array.prototype.forEach,Array.prototype.indexOf,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.map,Array.prototype.reduce,Array.prototype.sort,ArrayBuffer,atob,CustomEvent,DataView,document,Document,DocumentFragment,Element,Event,fetch,globalThis,HTMLDocument,HTMLTemplateElement,Intl,JSON,Map,Math.log2,Number.isInteger,Object.assign,Object.defineProperty,Object.entries,Object.freeze,Object.getOwnPropertyDescriptor,Object.getOwnPropertyNames,Object.getPrototypeOf,Object.keys,Promise,Reflect,Reflect.defineProperty,Reflect.get,Reflect.getOwnPropertyDescriptor,Reflect.setPrototypeOf,Set,String.prototype.endsWith,String.prototype.matchAll,String.prototype.padStart,String.prototype.startsWith,String.prototype.trim,Symbol,Symbol.iterator,Uint16Array,Uint8Array,URL,WeakMap,WeakSet"
<script id="polyfill" src="https://polyfill.io/v3/polyfill.min.js?features=Array.from,Array.isArray,Array.prototype.entries,Array.prototype.fill,Array.prototype.forEach,Array.prototype.indexOf,Array.prototype.keys,Array.prototype.lastIndexOf,Array.prototype.map,Array.prototype.reduce,Array.prototype.sort,ArrayBuffer,atob,DataView,document,DocumentFragment,Element,Event,globalThis,HTMLDocument,HTMLTemplateElement,JSON,Map,Math.log2,Number.isInteger,Object.assign,Object.defineProperty,Object.entries,Object.getOwnPropertyDescriptor,Object.getPrototypeOf,Object.keys,Promise,Reflect,Reflect.defineProperty,Reflect.get,Reflect.getOwnPropertyDescriptor,Reflect.setPrototypeOf,Set,String.prototype.endsWith,String.prototype.matchAll,String.prototype.padStart,String.prototype.startsWith,String.prototype.trim,Symbol,Symbol.iterator,WeakMap,WeakSet"
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/element-internals-polyfill@0.1.52/dist/index.min.mjs"></script>
......@@ -13,8 +13,8 @@
</head>
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.22</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 15:17:24 CEST 2022</div>
<h1 style='margin-bottom: 0.1em;'>Monster 0.1.8</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 7. Aug 19:45:23 CEST 2022</div>
</div>
<div id="mocks"></div>
<div id="mocha"></div>
......
This diff is collapsed.
......@@ -3,7 +3,7 @@
"allowUnknownTags": true
},
"source": {
"include": "../application/source/",
"include": "../../application/source/",
"includePattern": "\\.js$",
"excludePattern": ""
},
......
## Node Paths
NODE_ROOT_DIR=$(DEPLOYMENT_PATH)
## Project directory in which the Makefiles should be located
MAKEFILE_IMPORT_PATH=$(PROJECT_ROOT)deployment/makefiles/
MAKEFILE_IMPORT_PATH=$(PROJECT_ROOT)development/makefiles/
......
{"version":"0.1.22"}
{"version":"0.1.8"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment