Skip to content

Commit

Permalink
dev file matching dev
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Feb 12, 2019
1 parent 24bbe83 commit e4de310
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dist/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<link rel="apple-touch-icon" sizes="192x192" href="assets/icon-192x192.png">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="node_modules/@lrnwebcomponents/haxcms-elements/lib/base.css">
<script defer="defer" src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script defer="defer" src="node_modules/web-animations-js/web-animations-next-lite.min.js"></script>
<script type="module" defer="defer" src="dist/build.js"></script>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script src="node_modules/web-animations-js/web-animations-next-lite.min.js"></script>
<script type="module" src="dist/build.js"></script>
<script>
// this is in order to fake a connection for development purposes
/*window.__haxCMSContextDemo = true;
window.__haxCMSContextDemo = true;
// @todo generate fake end point responses as json files
window.appSettings = {
"login": "dist\/dev\//login.json",
Expand All @@ -42,7 +42,7 @@
"publishSitePath": "dist\/dev\/savePage.json",
"appStore": { "url": "dist\/dev\/appstore.json"
}
};*/
};
</script>
</head>
<body>
Expand Down

0 comments on commit e4de310

Please sign in to comment.